Shades of Persian Indigo #28005E
Tints of Persian Indigo #28005E
RGB
CMYK
RGB Variations
Color information
#28005E (or 0x28005E) is known color: Persian Indigo. HEX triplet: 28, 00 and 5E. RGB value is (40,0,94). Sum of RGB (Red+Green+Blue) = 40+0+94=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #28005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28005E is #D7FFA1. Grayscale: #161616. Windows color (decimal): -14155682 or 6160424. OLE color: 6160424.
HSL color Cylindrical-coordinate representation of color #28005E: hue angle of 265.53º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28005E is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 0 | 94 | - |
| CMYK | 0.57 | 1 | 0 | 0.63 |
| HSL | 265.53º | 1% | 0.18% | - |
| HSV(B) | 265.53º | 1% | 0.37% | - |
| XYZ | 2.9 | 1.26 | 10.68 | - |
| YUV | 22.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 94 | 0.57 | 1 | 0 | 0.63 | 265.53 | 1 | 0.18 |
| Hex | 28 | 0 | 5E | 39 | 64 | 0 | 3F | 10A | 64 | 12 |
| Octal | 50 | 0 | 136 | 71 | 144 | 0 | 77 | 412 | 144 | 22 |
| Binary | 101000 | 0 | 1011110 | 111001 | 1100100 | 0 | 111111 | 100001010 | 1100100 | 10010 |
Color Harmonies of #28005E
Complementary color
Monochromatic Colors of #28005E
Black with #28005E
Text Example
Text Example
White with #28005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28005E; }
p { color: rgb(40,0,94); }
H1.HeaderClassName
{
color: #28005E;
}
.AnyTagClassName
{
color: #28005E;
}
</style>
background-color css
<style>
a { background-color: #28005E; }
a { background-color: rgb(40,0,94); }
div.DivClassName
{
background-color: #28005E;
}
.BgClassName
{
background-color: #28005E;
}
</style>
border-color css
<style>
span { border-color: #28005E; }
span { border-color: rgb(40,0,94); }
td.TdClassName
{
border-color: #28005E;
}
.TagClassName
{
border-color: #28005E;
}
</style>