Shades of Persian Indigo #28088F
Tints of Persian Indigo #28088F
RGB
CMYK
RGB Variations
Color information
#28088F (or 0x28088F) is known color: Persian Indigo. HEX triplet: 28, 08 and 8F. RGB value is (40,8,143). Sum of RGB (Red+Green+Blue) = 40+8+143=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #28088F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28088F is #D7F770. Grayscale: #202020. Windows color (decimal): -14153585 or 9373736. OLE color: 9373736.
HSL color Cylindrical-coordinate representation of color #28088F: hue angle of 254.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28088F is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 8 | 143 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.44 |
| HSL | 254.22º | 0.89% | 0.3% | - |
| HSV(B) | 254.22º | 0.94% | 0.56% | - |
| XYZ | 5.92 | 2.61 | 26.18 | - |
| YUV | 32.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 8 | 143 | 0.72 | 0.94 | 0 | 0.44 | 254.22 | 0.89 | 0.3 |
| Hex | 28 | 8 | 8F | 48 | 5E | 0 | 2C | FE | 59 | 1E |
| Octal | 50 | 10 | 217 | 110 | 136 | 0 | 54 | 376 | 131 | 36 |
| Binary | 101000 | 1000 | 10001111 | 1001000 | 1011110 | 0 | 101100 | 11111110 | 1011001 | 11110 |
Color Harmonies of #28088F
Complementary color
Monochromatic Colors of #28088F
Black with #28088F
Text Example
Text Example
White with #28088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28088F; }
p { color: rgb(40,8,143); }
H1.HeaderClassName
{
color: #28088F;
}
.AnyTagClassName
{
color: #28088F;
}
</style>
background-color css
<style>
a { background-color: #28088F; }
a { background-color: rgb(40,8,143); }
div.DivClassName
{
background-color: #28088F;
}
.BgClassName
{
background-color: #28088F;
}
</style>
border-color css
<style>
span { border-color: #28088F; }
span { border-color: rgb(40,8,143); }
td.TdClassName
{
border-color: #28088F;
}
.TagClassName
{
border-color: #28088F;
}
</style>