#3c0794

Color #3C0794 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #3C0794

Tints of Indigo #3C0794

Color information

#3C0794 (or 0x3C0794) is unknown color: approx Indigo. HEX triplet: 3C, 07 and 94. RGB value is (60,7,148). Sum of RGB (Red+Green+Blue) = 60+7+148=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C0794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0794 is #C3F86B. Grayscale: #262626. Windows color (decimal): -12843116 or 9701180. OLE color: 9701180.

HSL color Cylindrical-coordinate representation of color #3C0794: hue angle of 262.55º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0794 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB607148-
CMYK0.590.9500.42
HSL262.55º90.97%30.39%-
HSV(B)262.55º95.27%58.04%-
XYZ7.283.2528.26-
YUV38.92189.56143.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 148 (58.20% from 255) = 68.84%
R=27.91%
G=3.26%
B=68.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6071480.590.9500.42262.5590.9730.39
Hex3C7943B5F02A1075b1e
Octal7472247313705240713336
Binary1111001111001010011101110111110101010100000111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c0794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3c0794; }

 p { color: rgb(60,7,148); }

 H1.HeaderClassName
 {
   color: #3c0794;
 }
 .AnyTagClassName
 {
   color: #3c0794;
 }
</style>
background-color css

<style>
 a { background-color: #3c0794; }

 a { background-color: rgb(60,7,148); }

 div.DivClassName
 {
   background-color: #3c0794;
 }
 .BgClassName
 {
   background-color: #3c0794;
 }
</style>
border-color css

<style>
 span { border-color: #3c0794; }

 span { border-color: rgb(60,7,148); }

 td.TdClassName
 {
   border-color: #3c0794;
 }
 .TagClassName
 {
   border-color: #3c0794;
 }
</style>