Shades of Persian Indigo #28028F
Tints of Persian Indigo #28028F
RGB
CMYK
RGB Variations
Color information
#28028F (or 0x28028F) is known color: Persian Indigo. HEX triplet: 28, 02 and 8F. RGB value is (40,2,143). Sum of RGB (Red+Green+Blue) = 40+2+143=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 143 (56.25% from 255 or 77.30% from 185); Max value from RGB is 143 - color contains mainly: blue. Hex color #28028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28028F is #D7FD70. Grayscale: #1C1C1C. Windows color (decimal): -14155121 or 9372200. OLE color: 9372200.
HSL color Cylindrical-coordinate representation of color #28028F: hue angle of 256.17º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28028F is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 2 | 143 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.44 |
| HSL | 256.17º | 0.97% | 0.28% | - |
| HSV(B) | 256.17º | 0.99% | 0.56% | - |
| XYZ | 5.85 | 2.48 | 26.16 | - |
| YUV | 29.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 143 | 0.72 | 0.99 | 0 | 0.44 | 256.17 | 0.97 | 0.28 |
| Hex | 28 | 2 | 8F | 48 | 63 | 0 | 2C | 100 | 61 | 1C |
| Octal | 50 | 2 | 217 | 110 | 143 | 0 | 54 | 400 | 141 | 34 |
| Binary | 101000 | 10 | 10001111 | 1001000 | 1100011 | 0 | 101100 | 100000000 | 1100001 | 11100 |
Color Harmonies of #28028F
Complementary color
Monochromatic Colors of #28028F
Black with #28028F
Text Example
Text Example
White with #28028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28028F; }
p { color: rgb(40,2,143); }
H1.HeaderClassName
{
color: #28028F;
}
.AnyTagClassName
{
color: #28028F;
}
</style>
background-color css
<style>
a { background-color: #28028F; }
a { background-color: rgb(40,2,143); }
div.DivClassName
{
background-color: #28028F;
}
.BgClassName
{
background-color: #28028F;
}
</style>
border-color css
<style>
span { border-color: #28028F; }
span { border-color: rgb(40,2,143); }
td.TdClassName
{
border-color: #28028F;
}
.TagClassName
{
border-color: #28028F;
}
</style>