Shades of Persian Indigo #28098D
Tints of Persian Indigo #28098D
RGB
CMYK
RGB Variations
Color information
#28098D (or 0x28098D) is known color: Persian Indigo. HEX triplet: 28, 09 and 8D. RGB value is (40,9,141). Sum of RGB (Red+Green+Blue) = 40+9+141=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #28098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28098D is #D7F672. Grayscale: #202020. Windows color (decimal): -14153331 or 9242920. OLE color: 9242920.
HSL color Cylindrical-coordinate representation of color #28098D: hue angle of 254.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28098D is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 9 | 141 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.45 |
| HSL | 254.09º | 0.88% | 0.29% | - |
| HSV(B) | 254.09º | 0.94% | 0.55% | - |
| XYZ | 5.78 | 2.57 | 25.39 | - |
| YUV | 33.32 | 188.77 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 141 | 0.72 | 0.94 | 0 | 0.45 | 254.09 | 0.88 | 0.29 |
| Hex | 28 | 9 | 8D | 48 | 5E | 0 | 2D | FE | 58 | 1D |
| Octal | 50 | 11 | 215 | 110 | 136 | 0 | 55 | 376 | 130 | 35 |
| Binary | 101000 | 1001 | 10001101 | 1001000 | 1011110 | 0 | 101101 | 11111110 | 1011000 | 11101 |
Color Harmonies of #28098D
Complementary color
Monochromatic Colors of #28098D
Black with #28098D
Text Example
Text Example
White with #28098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28098D; }
p { color: rgb(40,9,141); }
H1.HeaderClassName
{
color: #28098D;
}
.AnyTagClassName
{
color: #28098D;
}
</style>
background-color css
<style>
a { background-color: #28098D; }
a { background-color: rgb(40,9,141); }
div.DivClassName
{
background-color: #28098D;
}
.BgClassName
{
background-color: #28098D;
}
</style>
border-color css
<style>
span { border-color: #28098D; }
span { border-color: rgb(40,9,141); }
td.TdClassName
{
border-color: #28098D;
}
.TagClassName
{
border-color: #28098D;
}
</style>