Shades of Persian Indigo #280E84
Tints of Persian Indigo #280E84
RGB
CMYK
RGB Variations
Color information
#280E84 (or 0x280E84) is known color: Persian Indigo. HEX triplet: 28, 0E and 84. RGB value is (40,14,132). Sum of RGB (Red+Green+Blue) = 40+14+132=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #280E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E84 is #D7F17B. Grayscale: #222222. Windows color (decimal): -14152060 or 8654376. OLE color: 8654376.
HSL color Cylindrical-coordinate representation of color #280E84: hue angle of 253.22º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280E84 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 14 | 132 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.48 |
| HSL | 253.22º | 0.81% | 0.29% | - |
| HSV(B) | 253.22º | 0.89% | 0.52% | - |
| XYZ | 5.2 | 2.43 | 22.03 | - |
| YUV | 35.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 132 | 0.70 | 0.89 | 0 | 0.48 | 253.22 | 0.81 | 0.29 |
| Hex | 28 | E | 84 | 46 | 59 | 0 | 30 | FD | 51 | 1D |
| Octal | 50 | 16 | 204 | 106 | 131 | 0 | 60 | 375 | 121 | 35 |
| Binary | 101000 | 1110 | 10000100 | 1000110 | 1011001 | 0 | 110000 | 11111101 | 1010001 | 11101 |
Color Harmonies of #280E84
Complementary color
Monochromatic Colors of #280E84
Black with #280E84
Text Example
Text Example
White with #280E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E84; }
p { color: rgb(40,14,132); }
H1.HeaderClassName
{
color: #280E84;
}
.AnyTagClassName
{
color: #280E84;
}
</style>
background-color css
<style>
a { background-color: #280E84; }
a { background-color: rgb(40,14,132); }
div.DivClassName
{
background-color: #280E84;
}
.BgClassName
{
background-color: #280E84;
}
</style>
border-color css
<style>
span { border-color: #280E84; }
span { border-color: rgb(40,14,132); }
td.TdClassName
{
border-color: #280E84;
}
.TagClassName
{
border-color: #280E84;
}
</style>