Shades of Persian Indigo #28008B
Tints of Persian Indigo #28008B
RGB
CMYK
RGB Variations
Color information
#28008B (or 0x28008B) is known color: Persian Indigo. HEX triplet: 28, 00 and 8B. RGB value is (40,0,139). Sum of RGB (Red+Green+Blue) = 40+0+139=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #28008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28008B is #D7FF74. Grayscale: #1B1B1B. Windows color (decimal): -14155637 or 9109544. OLE color: 9109544.
HSL color Cylindrical-coordinate representation of color #28008B: hue angle of 257.27º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28008B is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 0 | 139 | - |
| CMYK | 0.71 | 1 | 0 | 0.45 |
| HSL | 257.27º | 1% | 0.27% | - |
| HSV(B) | 257.27º | 1% | 0.55% | - |
| XYZ | 5.54 | 2.32 | 24.58 | - |
| YUV | 27.81 | 190.75 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 0 | 139 | 0.71 | 1 | 0 | 0.45 | 257.27 | 1 | 0.27 |
| Hex | 28 | 0 | 8B | 47 | 64 | 0 | 2D | 101 | 64 | 1B |
| Octal | 50 | 0 | 213 | 107 | 144 | 0 | 55 | 401 | 144 | 33 |
| Binary | 101000 | 0 | 10001011 | 1000111 | 1100100 | 0 | 101101 | 100000001 | 1100100 | 11011 |
Color Harmonies of #28008B
Complementary color
Monochromatic Colors of #28008B
Black with #28008B
Text Example
Text Example
White with #28008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28008B; }
p { color: rgb(40,0,139); }
H1.HeaderClassName
{
color: #28008B;
}
.AnyTagClassName
{
color: #28008B;
}
</style>
background-color css
<style>
a { background-color: #28008B; }
a { background-color: rgb(40,0,139); }
div.DivClassName
{
background-color: #28008B;
}
.BgClassName
{
background-color: #28008B;
}
</style>
border-color css
<style>
span { border-color: #28008B; }
span { border-color: rgb(40,0,139); }
td.TdClassName
{
border-color: #28008B;
}
.TagClassName
{
border-color: #28008B;
}
</style>