Shades of Indigo #4E03A4
Tints of Indigo #4E03A4
RGB
CMYK
RGB Variations
Color information
#4E03A4 (or 0x4E03A4) is known color: Indigo. HEX triplet: 4E, 03 and A4. RGB value is (78,3,164). Sum of RGB (Red+Green+Blue) = 78+3+164=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 164 (64.45% from 255 or 66.94% from 245); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E03A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E03A4 is #B1FC5B. Grayscale: #2B2B2B. Windows color (decimal): -11664476 or 10748750. OLE color: 10748750.
HSL color Cylindrical-coordinate representation of color #4E03A4: hue angle of 267.95º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E03A4 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 3 | 164 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.36 |
| HSL | 267.95º | 0.96% | 0.33% | - |
| HSV(B) | 267.95º | 0.98% | 0.64% | - |
| XYZ | 9.88 | 4.37 | 35.44 | - |
| YUV | 43.78 | 195.85 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 164 | 0.52 | 0.98 | 0 | 0.36 | 267.95 | 0.96 | 0.33 |
| Hex | 4E | 3 | A4 | 34 | 62 | 0 | 24 | 10C | 60 | 21 |
| Octal | 116 | 3 | 244 | 64 | 142 | 0 | 44 | 414 | 140 | 41 |
| Binary | 1001110 | 11 | 10100100 | 110100 | 1100010 | 0 | 100100 | 100001100 | 1100000 | 100001 |
Color Harmonies of #4E03A4
Complementary color
Monochromatic Colors of #4E03A4
Black with #4E03A4
Text Example
Text Example
White with #4E03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E03A4; }
p { color: rgb(78,3,164); }
H1.HeaderClassName
{
color: #4E03A4;
}
.AnyTagClassName
{
color: #4E03A4;
}
</style>
background-color css
<style>
a { background-color: #4E03A4; }
a { background-color: rgb(78,3,164); }
div.DivClassName
{
background-color: #4E03A4;
}
.BgClassName
{
background-color: #4E03A4;
}
</style>
border-color css
<style>
span { border-color: #4E03A4; }
span { border-color: rgb(78,3,164); }
td.TdClassName
{
border-color: #4E03A4;
}
.TagClassName
{
border-color: #4E03A4;
}
</style>