#4C006E

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

Shades of Indigo #4C006E

Tints of Indigo #4C006E

Color information

#4C006E (or 0x4C006E) is unknown color: approx Indigo. HEX triplet: 4C, 00 and 6E. RGB value is (76,0,110). Sum of RGB (Red+Green+Blue) = 76+0+110=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C006E is #B3FF91. Grayscale: #222222. Windows color (decimal): -11796370 or 7209036. OLE color: 7209036.

HSL color Cylindrical-coordinate representation of color #4C006E: hue angle of 281.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C006E is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB760110-
CMYK0.31100.57
HSL281.45º100%21.57%-
HSV(B)281.45º100%43.14%-
XYZ5.792.6614.96-
YUV35.26170.18157.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=40.86%
G=0%
B=59.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7601100.31100.57281.4510021.57
Hex4C06E1F640391196416
Octal11401563714407143114426
Binary1001100011011101111111001000111001100011001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C006E; }

 p { color: rgb(76,0,110); }

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

<style>
 a { background-color: #4C006E; }

 a { background-color: rgb(76,0,110); }

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

<style>
 span { border-color: #4C006E; }

 span { border-color: rgb(76,0,110); }

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