Shades of Persian Indigo #28018E
Tints of Persian Indigo #28018E
RGB
CMYK
RGB Variations
Color information
#28018E (or 0x28018E) is known color: Persian Indigo. HEX triplet: 28, 01 and 8E. RGB value is (40,1,142). Sum of RGB (Red+Green+Blue) = 40+1+142=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 142 (55.86% from 255 or 77.60% from 183); Max value from RGB is 142 - color contains mainly: blue. Hex color #28018E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28018E is #D7FE71. Grayscale: #1C1C1C. Windows color (decimal): -14155378 or 9306408. OLE color: 9306408.
HSL color Cylindrical-coordinate representation of color #28018E: hue angle of 256.6º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28018E is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 1 | 142 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.44 |
| HSL | 256.6º | 0.99% | 0.28% | - |
| HSV(B) | 256.6º | 0.99% | 0.56% | - |
| XYZ | 5.77 | 2.43 | 25.76 | - |
| YUV | 28.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 142 | 0.72 | 0.99 | 0 | 0.44 | 256.6 | 0.99 | 0.28 |
| Hex | 28 | 1 | 8E | 48 | 63 | 0 | 2C | 101 | 63 | 1C |
| Octal | 50 | 1 | 216 | 110 | 143 | 0 | 54 | 401 | 143 | 34 |
| Binary | 101000 | 1 | 10001110 | 1001000 | 1100011 | 0 | 101100 | 100000001 | 1100011 | 11100 |
Color Harmonies of #28018E
Complementary color
Monochromatic Colors of #28018E
Black with #28018E
Text Example
Text Example
White with #28018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28018E; }
p { color: rgb(40,1,142); }
H1.HeaderClassName
{
color: #28018E;
}
.AnyTagClassName
{
color: #28018E;
}
</style>
background-color css
<style>
a { background-color: #28018E; }
a { background-color: rgb(40,1,142); }
div.DivClassName
{
background-color: #28018E;
}
.BgClassName
{
background-color: #28018E;
}
</style>
border-color css
<style>
span { border-color: #28018E; }
span { border-color: rgb(40,1,142); }
td.TdClassName
{
border-color: #28018E;
}
.TagClassName
{
border-color: #28018E;
}
</style>