Shades of Persian Indigo #280E85
Tints of Persian Indigo #280E85
RGB
CMYK
RGB Variations
Color information
#280E85 (or 0x280E85) is known color: Persian Indigo. HEX triplet: 28, 0E and 85. RGB value is (40,14,133). Sum of RGB (Red+Green+Blue) = 40+14+133=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #280E85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E85 is #D7F17A. Grayscale: #222222. Windows color (decimal): -14152059 or 8719912. OLE color: 8719912.
HSL color Cylindrical-coordinate representation of color #280E85: hue angle of 253.11º 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 #280E85 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 14 | 133 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.48 |
| HSL | 253.11º | 0.81% | 0.29% | - |
| HSV(B) | 253.11º | 0.89% | 0.52% | - |
| XYZ | 5.27 | 2.46 | 22.39 | - |
| YUV | 35.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 133 | 0.70 | 0.89 | 0 | 0.48 | 253.11 | 0.81 | 0.29 |
| Hex | 28 | E | 85 | 46 | 59 | 0 | 30 | FD | 51 | 1D |
| Octal | 50 | 16 | 205 | 106 | 131 | 0 | 60 | 375 | 121 | 35 |
| Binary | 101000 | 1110 | 10000101 | 1000110 | 1011001 | 0 | 110000 | 11111101 | 1010001 | 11101 |
Color Harmonies of #280E85
Complementary color
Monochromatic Colors of #280E85
Black with #280E85
Text Example
Text Example
White with #280E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E85; }
p { color: rgb(40,14,133); }
H1.HeaderClassName
{
color: #280E85;
}
.AnyTagClassName
{
color: #280E85;
}
</style>
background-color css
<style>
a { background-color: #280E85; }
a { background-color: rgb(40,14,133); }
div.DivClassName
{
background-color: #280E85;
}
.BgClassName
{
background-color: #280E85;
}
</style>
border-color css
<style>
span { border-color: #280E85; }
span { border-color: rgb(40,14,133); }
td.TdClassName
{
border-color: #280E85;
}
.TagClassName
{
border-color: #280E85;
}
</style>