#4c008e

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

Shades of Indigo #4C008E

Tints of Indigo #4C008E

Color information

#4C008E (or 0x4C008E) is unknown color: approx Indigo. HEX triplet: 4C, 00 and 8E. RGB value is (76,0,142). Sum of RGB (Red+Green+Blue) = 76+0+142=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C008E is #B3FF71. Grayscale: #262626. Windows color (decimal): -11796338 or 9306188. OLE color: 9306188.

HSL color Cylindrical-coordinate representation of color #4C008E: hue angle of 272.11º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C008E is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB760142-
CMYK0.46100.44
HSL272.11º100%27.84%-
HSV(B)272.11º100%55.69%-
XYZ7.863.4925.85-
YUV38.91186.18154.45-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 65.14%
R=34.86%
G=0%
B=65.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7601420.46100.44272.1110027.84
Hex4C08E2E6402C110641c
Octal11402165614405442014434
Binary100110001000111010111011001000101100100010000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c008e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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