Shades of Persian Indigo #280F71
Tints of Persian Indigo #280F71
RGB
CMYK
RGB Variations
Color information
#280F71 (or 0x280F71) is known color: Persian Indigo. HEX triplet: 28, 0F and 71. RGB value is (40,15,113). Sum of RGB (Red+Green+Blue) = 40+15+113=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #280F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F71 is #D7F08E. Grayscale: #212121. Windows color (decimal): -14151823 or 7409448. OLE color: 7409448.
HSL color Cylindrical-coordinate representation of color #280F71: hue angle of 255.31º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280F71 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 15 | 113 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.56 |
| HSL | 255.31º | 0.77% | 0.25% | - |
| HSV(B) | 255.31º | 0.87% | 0.44% | - |
| XYZ | 4.03 | 1.99 | 15.79 | - |
| YUV | 33.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 113 | 0.65 | 0.87 | 0 | 0.56 | 255.31 | 0.77 | 0.25 |
| Hex | 28 | F | 71 | 41 | 57 | 0 | 38 | FF | 4D | 19 |
| Octal | 50 | 17 | 161 | 101 | 127 | 0 | 70 | 377 | 115 | 31 |
| Binary | 101000 | 1111 | 1110001 | 1000001 | 1010111 | 0 | 111000 | 11111111 | 1001101 | 11001 |
Color Harmonies of #280F71
Complementary color
Monochromatic Colors of #280F71
Black with #280F71
Text Example
Text Example
White with #280F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F71; }
p { color: rgb(40,15,113); }
H1.HeaderClassName
{
color: #280F71;
}
.AnyTagClassName
{
color: #280F71;
}
</style>
background-color css
<style>
a { background-color: #280F71; }
a { background-color: rgb(40,15,113); }
div.DivClassName
{
background-color: #280F71;
}
.BgClassName
{
background-color: #280F71;
}
</style>
border-color css
<style>
span { border-color: #280F71; }
span { border-color: rgb(40,15,113); }
td.TdClassName
{
border-color: #280F71;
}
.TagClassName
{
border-color: #280F71;
}
</style>