#4C0AA6

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

Shades of Indigo #4C0AA6

Tints of Indigo #4C0AA6

Color information

#4C0AA6 (or 0x4C0AA6) is unknown color: approx Indigo. HEX triplet: 4C, 0A and A6. RGB value is (76,10,166). Sum of RGB (Red+Green+Blue) = 76+10+166=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 166 (65.23% from 255 or 65.87% from 252); Max value from RGB is 166 - color contains mainly: blue. Hex color #4C0AA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0AA6 is #B3F559. Grayscale: #2E2E2E. Windows color (decimal): -11793754 or 10881612. OLE color: 10881612.

HSL color Cylindrical-coordinate representation of color #4C0AA6: hue angle of 265.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0AA6 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7610166-
CMYK0.540.9400.35
HSL265.38º88.64%34.51%-
HSV(B)265.38º93.98%65.1%-
XYZ9.974.5136.42-
YUV47.52194.87148.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 166 (65.23% from 255) = 65.87%
R=30.16%
G=3.97%
B=65.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal76101660.540.9400.35265.3888.6434.51
Hex4CAA6365E0231095923
Octal114122466613604341113143
Binary1001100101010100110110110101111001000111000010011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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