Shades of Persian Indigo #28028B
Tints of Persian Indigo #28028B
RGB
CMYK
RGB Variations
Color information
#28028B (or 0x28028B) is known color: Persian Indigo. HEX triplet: 28, 02 and 8B. RGB value is (40,2,139). Sum of RGB (Red+Green+Blue) = 40+2+139=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #28028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28028B is #D7FD74. Grayscale: #1C1C1C. Windows color (decimal): -14155125 or 9110056. OLE color: 9110056.
HSL color Cylindrical-coordinate representation of color #28028B: hue angle of 256.64º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #28028B is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 2 | 139 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.45 |
| HSL | 256.64º | 0.97% | 0.28% | - |
| HSV(B) | 256.64º | 0.99% | 0.55% | - |
| XYZ | 5.56 | 2.36 | 24.59 | - |
| YUV | 28.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 2 | 139 | 0.71 | 0.99 | 0 | 0.45 | 256.64 | 0.97 | 0.28 |
| Hex | 28 | 2 | 8B | 47 | 63 | 0 | 2D | 101 | 61 | 1C |
| Octal | 50 | 2 | 213 | 107 | 143 | 0 | 55 | 401 | 141 | 34 |
| Binary | 101000 | 10 | 10001011 | 1000111 | 1100011 | 0 | 101101 | 100000001 | 1100001 | 11100 |
Color Harmonies of #28028B
Complementary color
Monochromatic Colors of #28028B
Black with #28028B
Text Example
Text Example
White with #28028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28028B; }
p { color: rgb(40,2,139); }
H1.HeaderClassName
{
color: #28028B;
}
.AnyTagClassName
{
color: #28028B;
}
</style>
background-color css
<style>
a { background-color: #28028B; }
a { background-color: rgb(40,2,139); }
div.DivClassName
{
background-color: #28028B;
}
.BgClassName
{
background-color: #28028B;
}
</style>
border-color css
<style>
span { border-color: #28028B; }
span { border-color: rgb(40,2,139); }
td.TdClassName
{
border-color: #28028B;
}
.TagClassName
{
border-color: #28028B;
}
</style>