#3C039E

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

Shades of Indigo #3C039E

Tints of Indigo #3C039E

Color information

#3C039E (or 0x3C039E) is unknown color: approx Indigo. HEX triplet: 3C, 03 and 9E. RGB value is (60,3,158). Sum of RGB (Red+Green+Blue) = 60+3+158=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 158 (62.11% from 255 or 71.49% from 221); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C039E is #C3FC61. Grayscale: #252525. Windows color (decimal): -12844130 or 10355516. OLE color: 10355516.

HSL color Cylindrical-coordinate representation of color #3C039E: hue angle of 262.06º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C039E is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB603158-
CMYK0.620.9800.38
HSL262.06º96.27%31.57%-
HSV(B)262.06º98.1%61.96%-
XYZ8.073.4932.6-
YUV37.71195.88143.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.15%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 158 (62.11% from 255) = 71.49%
R=27.15%
G=1.36%
B=71.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6031580.620.9800.38262.0696.2731.57
Hex3C39E3E620261066020
Octal7432367614204640614040
Binary1111001110011110111110110001001001101000001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,158); }

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

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

 a { background-color: rgb(60,3,158); }

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

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

 span { border-color: rgb(60,3,158); }

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