#4C0D72

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

Shades of Indigo #4C0D72

Tints of Indigo #4C0D72

Color information

#4C0D72 (or 0x4C0D72) is unknown color: approx Indigo. HEX triplet: 4C, 0D and 72. RGB value is (76,13,114). Sum of RGB (Red+Green+Blue) = 76+13+114=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C0D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0D72 is #B3F28D. Grayscale: #2B2B2B. Windows color (decimal): -11793038 or 7474508. OLE color: 7474508.

HSL color Cylindrical-coordinate representation of color #4C0D72: hue angle of 277.43º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0D72 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7613114-
CMYK0.330.8900.55
HSL277.43º79.53%24.9%-
HSV(B)277.43º88.6%44.71%-
XYZ6.163.0416.18-
YUV43.35167.87151.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 37.44%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=37.44%
G=6.40%
B=56.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76131140.330.8900.55277.4379.5324.9
Hex4CD7221590371155019
Octal114151624113106742512031
Binary10011001101111001010000110110010110111100010101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,13,114); }

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

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

 a { background-color: rgb(76,13,114); }

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

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

 span { border-color: rgb(76,13,114); }

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