Shades of Persian Indigo #28015E
Tints of Persian Indigo #28015E
RGB
CMYK
RGB Variations
Color information
#28015E (or 0x28015E) is known color: Persian Indigo. HEX triplet: 28, 01 and 5E. RGB value is (40,1,94). Sum of RGB (Red+Green+Blue) = 40+1+94=135 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.63% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 94 (37.11% from 255 or 69.63% from 135); Max value from RGB is 94 - color contains mainly: blue. Hex color #28015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28015E is #D7FEA1. Grayscale: #161616. Windows color (decimal): -14155426 or 6160680. OLE color: 6160680.
HSL color Cylindrical-coordinate representation of color #28015E: hue angle of 265.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28015E is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 1 | 94 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.63 |
| HSL | 265.16º | 0.98% | 0.19% | - |
| HSV(B) | 265.16º | 0.99% | 0.37% | - |
| XYZ | 2.91 | 1.28 | 10.68 | - |
| YUV | 23.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 94 | 0.57 | 0.99 | 0 | 0.63 | 265.16 | 0.98 | 0.19 |
| Hex | 28 | 1 | 5E | 39 | 63 | 0 | 3F | 109 | 62 | 13 |
| Octal | 50 | 1 | 136 | 71 | 143 | 0 | 77 | 411 | 142 | 23 |
| Binary | 101000 | 1 | 1011110 | 111001 | 1100011 | 0 | 111111 | 100001001 | 1100010 | 10011 |
Color Harmonies of #28015E
Complementary color
Monochromatic Colors of #28015E
Black with #28015E
Text Example
Text Example
White with #28015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28015E; }
p { color: rgb(40,1,94); }
H1.HeaderClassName
{
color: #28015E;
}
.AnyTagClassName
{
color: #28015E;
}
</style>
background-color css
<style>
a { background-color: #28015E; }
a { background-color: rgb(40,1,94); }
div.DivClassName
{
background-color: #28015E;
}
.BgClassName
{
background-color: #28015E;
}
</style>
border-color css
<style>
span { border-color: #28015E; }
span { border-color: rgb(40,1,94); }
td.TdClassName
{
border-color: #28015E;
}
.TagClassName
{
border-color: #28015E;
}
</style>