Shades of Persian Indigo #280E7F
Tints of Persian Indigo #280E7F
RGB
CMYK
RGB Variations
Color information
#280E7F (or 0x280E7F) is known color: Persian Indigo. HEX triplet: 28, 0E and 7F. RGB value is (40,14,127). Sum of RGB (Red+Green+Blue) = 40+14+127=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 127 (50% from 255 or 70.17% from 181); Max value from RGB is 127 - color contains mainly: blue. Hex color #280E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E7F is #D7F180. Grayscale: #222222. Windows color (decimal): -14152065 or 8326696. OLE color: 8326696.
HSL color Cylindrical-coordinate representation of color #280E7F: hue angle of 253.81º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280E7F is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 14 | 127 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.50 |
| HSL | 253.81º | 0.8% | 0.28% | - |
| HSV(B) | 253.81º | 0.89% | 0.5% | - |
| XYZ | 4.86 | 2.3 | 20.27 | - |
| YUV | 34.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 127 | 0.69 | 0.89 | 0 | 0.50 | 253.81 | 0.8 | 0.28 |
| Hex | 28 | E | 7F | 45 | 59 | 0 | 32 | FE | 50 | 1C |
| Octal | 50 | 16 | 177 | 105 | 131 | 0 | 62 | 376 | 120 | 34 |
| Binary | 101000 | 1110 | 1111111 | 1000101 | 1011001 | 0 | 110010 | 11111110 | 1010000 | 11100 |
Color Harmonies of #280E7F
Complementary color
Monochromatic Colors of #280E7F
Black with #280E7F
Text Example
Text Example
White with #280E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E7F; }
p { color: rgb(40,14,127); }
H1.HeaderClassName
{
color: #280E7F;
}
.AnyTagClassName
{
color: #280E7F;
}
</style>
background-color css
<style>
a { background-color: #280E7F; }
a { background-color: rgb(40,14,127); }
div.DivClassName
{
background-color: #280E7F;
}
.BgClassName
{
background-color: #280E7F;
}
</style>
border-color css
<style>
span { border-color: #280E7F; }
span { border-color: rgb(40,14,127); }
td.TdClassName
{
border-color: #280E7F;
}
.TagClassName
{
border-color: #280E7F;
}
</style>