#3C029E

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

Shades of Indigo #3C029E

Tints of Indigo #3C029E

Color information

#3C029E (or 0x3C029E) is unknown color: approx Indigo. HEX triplet: 3C, 02 and 9E. RGB value is (60,2,158). Sum of RGB (Red+Green+Blue) = 60+2+158=220 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C029E is #C3FD61. Grayscale: #242424. Windows color (decimal): -12844386 or 10355260. OLE color: 10355260.

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

Color convert

RGB602158-
CMYK0.620.9900.38
HSL262.31º97.5%31.37%-
HSV(B)262.31º98.73%61.96%-
XYZ8.063.4732.59-
YUV37.13196.22144.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.27%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=27.27%
G=0.91%
B=71.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6021580.620.9900.38262.3197.531.37
Hex3C29E3E63026106621f
Octal7422367614304640614237
Binary111100101001111011111011000110100110100000110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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