Shades of Indigo #4E0267
Tints of Indigo #4E0267
RGB
CMYK
RGB Variations
Color information
#4E0267 (or 0x4E0267) is known color: Indigo. HEX triplet: 4E, 02 and 67. RGB value is (78,2,103). Sum of RGB (Red+Green+Blue) = 78+2+103=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E0267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0267 is #B1FD98. Grayscale: #232323. Windows color (decimal): -11664793 or 6750798. OLE color: 6750798.
HSL color Cylindrical-coordinate representation of color #4E0267: hue angle of 285.15º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4E0267 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 2 | 103 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.60 |
| HSL | 285.15º | 0.96% | 0.21% | - |
| HSV(B) | 285.15º | 0.98% | 0.4% | - |
| XYZ | 5.61 | 2.64 | 13.05 | - |
| YUV | 36.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 103 | 0.24 | 0.98 | 0 | 0.60 | 285.15 | 0.96 | 0.21 |
| Hex | 4E | 2 | 67 | 18 | 62 | 0 | 3C | 11D | 60 | 15 |
| Octal | 116 | 2 | 147 | 30 | 142 | 0 | 74 | 435 | 140 | 25 |
| Binary | 1001110 | 10 | 1100111 | 11000 | 1100010 | 0 | 111100 | 100011101 | 1100000 | 10101 |
Color Harmonies of #4E0267
Complementary color
Monochromatic Colors of #4E0267
Black with #4E0267
Text Example
Text Example
White with #4E0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0267; }
p { color: rgb(78,2,103); }
H1.HeaderClassName
{
color: #4E0267;
}
.AnyTagClassName
{
color: #4E0267;
}
</style>
background-color css
<style>
a { background-color: #4E0267; }
a { background-color: rgb(78,2,103); }
div.DivClassName
{
background-color: #4E0267;
}
.BgClassName
{
background-color: #4E0267;
}
</style>
border-color css
<style>
span { border-color: #4E0267; }
span { border-color: rgb(78,2,103); }
td.TdClassName
{
border-color: #4E0267;
}
.TagClassName
{
border-color: #4E0267;
}
</style>