#4C0A89

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

Shades of Indigo #4C0A89

Tints of Indigo #4C0A89

Color information

#4C0A89 (or 0x4C0A89) is unknown color: approx Indigo. HEX triplet: 4C, 0A and 89. RGB value is (76,10,137). Sum of RGB (Red+Green+Blue) = 76+10+137=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C0A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0A89 is #B3F576. Grayscale: #2B2B2B. Windows color (decimal): -11793783 or 8981068. OLE color: 8981068.

HSL color Cylindrical-coordinate representation of color #4C0A89: hue angle of 271.18º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0A89 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7610137-
CMYK0.450.9300.46
HSL271.18º86.39%28.82%-
HSV(B)271.18º92.7%53.73%-
XYZ7.63.5623.95-
YUV44.21180.37150.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.08%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 137 (53.91% from 255) = 61.43%
R=34.08%
G=4.48%
B=61.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76101370.450.9300.46271.1886.3928.82
Hex4CA892D5D02E10f561d
Octal114122115513505641712635
Binary100110010101000100110110110111010101110100001111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,10,137); }

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

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

 a { background-color: rgb(76,10,137); }

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

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

 span { border-color: rgb(76,10,137); }

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