Shades of Indigo #4C00AA
Tints of Indigo #4C00AA
RGB
CMYK
RGB Variations
Color information
#4C00AA (or 0x4C00AA) is known color: Indigo. HEX triplet: 4C, 00 and AA. RGB value is (76,0,170). Sum of RGB (Red+Green+Blue) = 76+0+170=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C00AA is #B3FF55. Grayscale: #292929. Windows color (decimal): -11796310 or 11141196. OLE color: 11141196.
HSL color Cylindrical-coordinate representation of color #4C00AA: hue angle of 266.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C00AA is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 0 | 170 | - |
| CMYK | 0.55 | 1 | 0 | 0.33 |
| HSL | 266.82º | 1% | 0.33% | - |
| HSV(B) | 266.82º | 1% | 0.67% | - |
| XYZ | 10.24 | 4.44 | 38.35 | - |
| YUV | 42.1 | 200.18 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 170 | 0.55 | 1 | 0 | 0.33 | 266.82 | 1 | 0.33 |
| Hex | 4C | 0 | AA | 37 | 64 | 0 | 21 | 10B | 64 | 21 |
| Octal | 114 | 0 | 252 | 67 | 144 | 0 | 41 | 413 | 144 | 41 |
| Binary | 1001100 | 0 | 10101010 | 110111 | 1100100 | 0 | 100001 | 100001011 | 1100100 | 100001 |
Color Harmonies of #4C00AA
Complementary color
Monochromatic Colors of #4C00AA
Black with #4C00AA
Text Example
Text Example
White with #4C00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C00AA; }
p { color: rgb(76,0,170); }
H1.HeaderClassName
{
color: #4C00AA;
}
.AnyTagClassName
{
color: #4C00AA;
}
</style>
background-color css
<style>
a { background-color: #4C00AA; }
a { background-color: rgb(76,0,170); }
div.DivClassName
{
background-color: #4C00AA;
}
.BgClassName
{
background-color: #4C00AA;
}
</style>
border-color css
<style>
span { border-color: #4C00AA; }
span { border-color: rgb(76,0,170); }
td.TdClassName
{
border-color: #4C00AA;
}
.TagClassName
{
border-color: #4C00AA;
}
</style>