Shades of Persian Indigo #28008F
Tints of Persian Indigo #28008F
RGB
CMYK
RGB Variations
Color information
#28008F (or 0x28008F) is known color: Persian Indigo. HEX triplet: 28, 00 and 8F. RGB value is (40,0,143). Sum of RGB (Red+Green+Blue) = 40+0+143=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 143 (56.25% from 255 or 78.14% from 183); Max value from RGB is 143 - color contains mainly: blue. Hex color #28008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28008F is #D7FF70. Grayscale: #1B1B1B. Windows color (decimal): -14155633 or 9371688. OLE color: 9371688.
HSL color Cylindrical-coordinate representation of color #28008F: hue angle of 256.78º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28008F is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 0 | 143 | - |
| CMYK | 0.72 | 1 | 0 | 0.44 |
| HSL | 256.78º | 1% | 0.28% | - |
| HSV(B) | 256.78º | 1% | 0.56% | - |
| XYZ | 5.83 | 2.43 | 26.15 | - |
| YUV | 28.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 143 | 0.72 | 1 | 0 | 0.44 | 256.78 | 1 | 0.28 |
| Hex | 28 | 0 | 8F | 48 | 64 | 0 | 2C | 101 | 64 | 1C |
| Octal | 50 | 0 | 217 | 110 | 144 | 0 | 54 | 401 | 144 | 34 |
| Binary | 101000 | 0 | 10001111 | 1001000 | 1100100 | 0 | 101100 | 100000001 | 1100100 | 11100 |
Color Harmonies of #28008F
Complementary color
Monochromatic Colors of #28008F
Black with #28008F
Text Example
Text Example
White with #28008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28008F; }
p { color: rgb(40,0,143); }
H1.HeaderClassName
{
color: #28008F;
}
.AnyTagClassName
{
color: #28008F;
}
</style>
background-color css
<style>
a { background-color: #28008F; }
a { background-color: rgb(40,0,143); }
div.DivClassName
{
background-color: #28008F;
}
.BgClassName
{
background-color: #28008F;
}
</style>
border-color css
<style>
span { border-color: #28008F; }
span { border-color: rgb(40,0,143); }
td.TdClassName
{
border-color: #28008F;
}
.TagClassName
{
border-color: #28008F;
}
</style>