Shades of Persian Indigo #280B70
Tints of Persian Indigo #280B70
RGB
CMYK
RGB Variations
Color information
#280B70 (or 0x280B70) is known color: Persian Indigo. HEX triplet: 28, 0B and 70. RGB value is (40,11,112). Sum of RGB (Red+Green+Blue) = 40+11+112=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #280B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B70 is #D7F48F. Grayscale: #1E1E1E. Windows color (decimal): -14152848 or 7342888. OLE color: 7342888.
HSL color Cylindrical-coordinate representation of color #280B70: hue angle of 257.23º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280B70 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 11 | 112 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.56 |
| HSL | 257.23º | 0.82% | 0.24% | - |
| HSV(B) | 257.23º | 0.9% | 0.44% | - |
| XYZ | 3.92 | 1.86 | 15.48 | - |
| YUV | 31.19 | 173.61 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 112 | 0.64 | 0.90 | 0 | 0.56 | 257.23 | 0.82 | 0.24 |
| Hex | 28 | B | 70 | 40 | 5A | 0 | 38 | 101 | 52 | 18 |
| Octal | 50 | 13 | 160 | 100 | 132 | 0 | 70 | 401 | 122 | 30 |
| Binary | 101000 | 1011 | 1110000 | 1000000 | 1011010 | 0 | 111000 | 100000001 | 1010010 | 11000 |
Color Harmonies of #280B70
Complementary color
Monochromatic Colors of #280B70
Black with #280B70
Text Example
Text Example
White with #280B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B70; }
p { color: rgb(40,11,112); }
H1.HeaderClassName
{
color: #280B70;
}
.AnyTagClassName
{
color: #280B70;
}
</style>
background-color css
<style>
a { background-color: #280B70; }
a { background-color: rgb(40,11,112); }
div.DivClassName
{
background-color: #280B70;
}
.BgClassName
{
background-color: #280B70;
}
</style>
border-color css
<style>
span { border-color: #280B70; }
span { border-color: rgb(40,11,112); }
td.TdClassName
{
border-color: #280B70;
}
.TagClassName
{
border-color: #280B70;
}
</style>