Shades of Persian Indigo #280F80
Tints of Persian Indigo #280F80
RGB
CMYK
RGB Variations
Color information
#280F80 (or 0x280F80) is known color: Persian Indigo. HEX triplet: 28, 0F and 80. RGB value is (40,15,128). Sum of RGB (Red+Green+Blue) = 40+15+128=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #280F80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280F80 is #D7F07F. Grayscale: #222222. Windows color (decimal): -14151808 or 8392488. OLE color: 8392488.
HSL color Cylindrical-coordinate representation of color #280F80: hue angle of 253.27º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280F80 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 15 | 128 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.50 |
| HSL | 253.27º | 0.79% | 0.28% | - |
| HSV(B) | 253.27º | 0.88% | 0.5% | - |
| XYZ | 4.94 | 2.35 | 20.62 | - |
| YUV | 35.36 | 180.28 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 128 | 0.69 | 0.88 | 0 | 0.50 | 253.27 | 0.79 | 0.28 |
| Hex | 28 | F | 80 | 45 | 58 | 0 | 32 | FD | 4F | 1C |
| Octal | 50 | 17 | 200 | 105 | 130 | 0 | 62 | 375 | 117 | 34 |
| Binary | 101000 | 1111 | 10000000 | 1000101 | 1011000 | 0 | 110010 | 11111101 | 1001111 | 11100 |
Color Harmonies of #280F80
Complementary color
Monochromatic Colors of #280F80
Black with #280F80
Text Example
Text Example
White with #280F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F80; }
p { color: rgb(40,15,128); }
H1.HeaderClassName
{
color: #280F80;
}
.AnyTagClassName
{
color: #280F80;
}
</style>
background-color css
<style>
a { background-color: #280F80; }
a { background-color: rgb(40,15,128); }
div.DivClassName
{
background-color: #280F80;
}
.BgClassName
{
background-color: #280F80;
}
</style>
border-color css
<style>
span { border-color: #280F80; }
span { border-color: rgb(40,15,128); }
td.TdClassName
{
border-color: #280F80;
}
.TagClassName
{
border-color: #280F80;
}
</style>