#4C0E91

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

Shades of Indigo #4C0E91

Tints of Indigo #4C0E91

Color information

#4C0E91 (or 0x4C0E91) is unknown color: approx Indigo. HEX triplet: 4C, 0E and 91. RGB value is (76,14,145). Sum of RGB (Red+Green+Blue) = 76+14+145=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C0E91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0E91 is #B3F16E. Grayscale: #2F2F2F. Windows color (decimal): -11792751 or 9506380. OLE color: 9506380.

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

Color convert

RGB7614145-
CMYK0.480.9000.43
HSL268.4º82.39%31.18%-
HSV(B)268.4º90.34%56.86%-
XYZ8.253.8927.11-
YUV47.47183.04148.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 14 (5.86% from 255) = 5.96%
BLUE value IS 145 (57.03% from 255) = 61.70%
R=32.34%
G=5.96%
B=61.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76141450.480.9000.43268.482.3931.18
Hex4CE91305A02B10c521f
Octal114162216013205341412237
Binary100110011101001000111000010110100101011100001100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,14,145); }

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

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

 a { background-color: rgb(76,14,145); }

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

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

 span { border-color: rgb(76,14,145); }

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