Shades of Indigo #4E02AA
Tints of Indigo #4E02AA
RGB
CMYK
RGB Variations
Color information
#4E02AA (or 0x4E02AA) is known color: Indigo. HEX triplet: 4E, 02 and AA. RGB value is (78,2,170). Sum of RGB (Red+Green+Blue) = 78+2+170=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E02AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E02AA is #B1FD55. Grayscale: #2B2B2B. Windows color (decimal): -11664726 or 11141710. OLE color: 11141710.
HSL color Cylindrical-coordinate representation of color #4E02AA: hue angle of 267.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E02AA is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 2 | 170 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.33 |
| HSL | 267.14º | 0.98% | 0.34% | - |
| HSV(B) | 267.14º | 0.99% | 0.67% | - |
| XYZ | 10.42 | 4.57 | 38.36 | - |
| YUV | 43.88 | 199.18 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 170 | 0.54 | 0.99 | 0 | 0.33 | 267.14 | 0.98 | 0.34 |
| Hex | 4E | 2 | AA | 36 | 63 | 0 | 21 | 10B | 62 | 22 |
| Octal | 116 | 2 | 252 | 66 | 143 | 0 | 41 | 413 | 142 | 42 |
| Binary | 1001110 | 10 | 10101010 | 110110 | 1100011 | 0 | 100001 | 100001011 | 1100010 | 100010 |
Color Harmonies of #4E02AA
Complementary color
Monochromatic Colors of #4E02AA
Black with #4E02AA
Text Example
Text Example
White with #4E02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E02AA; }
p { color: rgb(78,2,170); }
H1.HeaderClassName
{
color: #4E02AA;
}
.AnyTagClassName
{
color: #4E02AA;
}
</style>
background-color css
<style>
a { background-color: #4E02AA; }
a { background-color: rgb(78,2,170); }
div.DivClassName
{
background-color: #4E02AA;
}
.BgClassName
{
background-color: #4E02AA;
}
</style>
border-color css
<style>
span { border-color: #4E02AA; }
span { border-color: rgb(78,2,170); }
td.TdClassName
{
border-color: #4E02AA;
}
.TagClassName
{
border-color: #4E02AA;
}
</style>