Shades of Persian Indigo #280E69
Tints of Persian Indigo #280E69
RGB
CMYK
RGB Variations
Color information
#280E69 (or 0x280E69) is known color: Persian Indigo. HEX triplet: 28, 0E and 69. RGB value is (40,14,105). Sum of RGB (Red+Green+Blue) = 40+14+105=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #280E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E69 is #D7F196. Grayscale: #1F1F1F. Windows color (decimal): -14152087 or 6884904. OLE color: 6884904.
HSL color Cylindrical-coordinate representation of color #280E69: hue angle of 257.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280E69 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 14 | 105 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.59 |
| HSL | 257.14º | 0.76% | 0.23% | - |
| HSV(B) | 257.14º | 0.87% | 0.41% | - |
| XYZ | 3.58 | 1.79 | 13.52 | - |
| YUV | 32.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 105 | 0.62 | 0.87 | 0 | 0.59 | 257.14 | 0.76 | 0.23 |
| Hex | 28 | E | 69 | 3E | 57 | 0 | 3B | 101 | 4C | 17 |
| Octal | 50 | 16 | 151 | 76 | 127 | 0 | 73 | 401 | 114 | 27 |
| Binary | 101000 | 1110 | 1101001 | 111110 | 1010111 | 0 | 111011 | 100000001 | 1001100 | 10111 |
Color Harmonies of #280E69
Complementary color
Monochromatic Colors of #280E69
Black with #280E69
Text Example
Text Example
White with #280E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E69; }
p { color: rgb(40,14,105); }
H1.HeaderClassName
{
color: #280E69;
}
.AnyTagClassName
{
color: #280E69;
}
</style>
background-color css
<style>
a { background-color: #280E69; }
a { background-color: rgb(40,14,105); }
div.DivClassName
{
background-color: #280E69;
}
.BgClassName
{
background-color: #280E69;
}
</style>
border-color css
<style>
span { border-color: #280E69; }
span { border-color: rgb(40,14,105); }
td.TdClassName
{
border-color: #280E69;
}
.TagClassName
{
border-color: #280E69;
}
</style>