Shades of Persian Indigo #280E76
Tints of Persian Indigo #280E76
RGB
CMYK
RGB Variations
Color information
#280E76 (or 0x280E76) is known color: Persian Indigo. HEX triplet: 28, 0E and 76. RGB value is (40,14,118). Sum of RGB (Red+Green+Blue) = 40+14+118=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #280E76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E76 is #D7F189. Grayscale: #212121. Windows color (decimal): -14152074 or 7736872. OLE color: 7736872.
HSL color Cylindrical-coordinate representation of color #280E76: hue angle of 255º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280E76 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 14 | 118 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.54 |
| HSL | 255º | 0.79% | 0.26% | - |
| HSV(B) | 255º | 0.88% | 0.46% | - |
| XYZ | 4.3 | 2.07 | 17.31 | - |
| YUV | 33.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 118 | 0.66 | 0.88 | 0 | 0.54 | 255 | 0.79 | 0.26 |
| Hex | 28 | E | 76 | 42 | 58 | 0 | 36 | FF | 4F | 1A |
| Octal | 50 | 16 | 166 | 102 | 130 | 0 | 66 | 377 | 117 | 32 |
| Binary | 101000 | 1110 | 1110110 | 1000010 | 1011000 | 0 | 110110 | 11111111 | 1001111 | 11010 |
Color Harmonies of #280E76
Complementary color
Monochromatic Colors of #280E76
Black with #280E76
Text Example
Text Example
White with #280E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E76; }
p { color: rgb(40,14,118); }
H1.HeaderClassName
{
color: #280E76;
}
.AnyTagClassName
{
color: #280E76;
}
</style>
background-color css
<style>
a { background-color: #280E76; }
a { background-color: rgb(40,14,118); }
div.DivClassName
{
background-color: #280E76;
}
.BgClassName
{
background-color: #280E76;
}
</style>
border-color css
<style>
span { border-color: #280E76; }
span { border-color: rgb(40,14,118); }
td.TdClassName
{
border-color: #280E76;
}
.TagClassName
{
border-color: #280E76;
}
</style>