Shades of Indigo #4E08A1
Tints of Indigo #4E08A1
RGB
CMYK
RGB Variations
Color information
#4E08A1 (or 0x4E08A1) is known color: Indigo. HEX triplet: 4E, 08 and A1. RGB value is (78,8,161). Sum of RGB (Red+Green+Blue) = 78+8+161=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #4E08A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E08A1 is #B1F75E. Grayscale: #2D2D2D. Windows color (decimal): -11663199 or 10553422. OLE color: 10553422.
HSL color Cylindrical-coordinate representation of color #4E08A1: hue angle of 267.45º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E08A1 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 8 | 161 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.37 |
| HSL | 267.45º | 0.91% | 0.33% | - |
| HSV(B) | 267.45º | 0.95% | 0.63% | - |
| XYZ | 9.66 | 4.37 | 34.05 | - |
| YUV | 46.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 161 | 0.52 | 0.95 | 0 | 0.37 | 267.45 | 0.91 | 0.33 |
| Hex | 4E | 8 | A1 | 34 | 5F | 0 | 25 | 10B | 5B | 21 |
| Octal | 116 | 10 | 241 | 64 | 137 | 0 | 45 | 413 | 133 | 41 |
| Binary | 1001110 | 1000 | 10100001 | 110100 | 1011111 | 0 | 100101 | 100001011 | 1011011 | 100001 |
Color Harmonies of #4E08A1
Complementary color
Monochromatic Colors of #4E08A1
Black with #4E08A1
Text Example
Text Example
White with #4E08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E08A1; }
p { color: rgb(78,8,161); }
H1.HeaderClassName
{
color: #4E08A1;
}
.AnyTagClassName
{
color: #4E08A1;
}
</style>
background-color css
<style>
a { background-color: #4E08A1; }
a { background-color: rgb(78,8,161); }
div.DivClassName
{
background-color: #4E08A1;
}
.BgClassName
{
background-color: #4E08A1;
}
</style>
border-color css
<style>
span { border-color: #4E08A1; }
span { border-color: rgb(78,8,161); }
td.TdClassName
{
border-color: #4E08A1;
}
.TagClassName
{
border-color: #4E08A1;
}
</style>