Shades of Persian Indigo #28208B
Tints of Persian Indigo #28208B
RGB
CMYK
RGB Variations
Color information
#28208B (or 0x28208B) is known color: Persian Indigo. HEX triplet: 28, 20 and 8B. RGB value is (40,32,139). Sum of RGB (Red+Green+Blue) = 40+32+139=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #28208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28208B is #D7DF74. Grayscale: #2E2E2E. Windows color (decimal): -14147445 or 9117736. OLE color: 9117736.
HSL color Cylindrical-coordinate representation of color #28208B: hue angle of 244.49º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28208B is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 32 | 139 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.45 |
| HSL | 244.49º | 0.63% | 0.34% | - |
| HSV(B) | 244.49º | 0.77% | 0.55% | - |
| XYZ | 6.05 | 3.35 | 24.75 | - |
| YUV | 46.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 139 | 0.71 | 0.77 | 0 | 0.45 | 244.49 | 0.63 | 0.34 |
| Hex | 28 | 20 | 8B | 47 | 4D | 0 | 2D | F4 | 3F | 22 |
| Octal | 50 | 40 | 213 | 107 | 115 | 0 | 55 | 364 | 77 | 42 |
| Binary | 101000 | 100000 | 10001011 | 1000111 | 1001101 | 0 | 101101 | 11110100 | 111111 | 100010 |
Color Harmonies of #28208B
Complementary color
Monochromatic Colors of #28208B
Black with #28208B
Text Example
Text Example
White with #28208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28208B; }
p { color: rgb(40,32,139); }
H1.HeaderClassName
{
color: #28208B;
}
.AnyTagClassName
{
color: #28208B;
}
</style>
background-color css
<style>
a { background-color: #28208B; }
a { background-color: rgb(40,32,139); }
div.DivClassName
{
background-color: #28208B;
}
.BgClassName
{
background-color: #28208B;
}
</style>
border-color css
<style>
span { border-color: #28208B; }
span { border-color: rgb(40,32,139); }
td.TdClassName
{
border-color: #28208B;
}
.TagClassName
{
border-color: #28208B;
}
</style>