Shades of Persian Indigo #280E74
Tints of Persian Indigo #280E74
RGB
CMYK
RGB Variations
Color information
#280E74 (or 0x280E74) is known color: Persian Indigo. HEX triplet: 28, 0E and 74. RGB value is (40,14,116). Sum of RGB (Red+Green+Blue) = 40+14+116=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #280E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E74 is #D7F18B. Grayscale: #212121. Windows color (decimal): -14152076 or 7605800. OLE color: 7605800.
HSL color Cylindrical-coordinate representation of color #280E74: hue angle of 255.29º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280E74 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 14 | 116 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.55 |
| HSL | 255.29º | 0.78% | 0.25% | - |
| HSV(B) | 255.29º | 0.88% | 0.45% | - |
| XYZ | 4.18 | 2.03 | 16.69 | - |
| YUV | 33.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 116 | 0.66 | 0.88 | 0 | 0.55 | 255.29 | 0.78 | 0.25 |
| Hex | 28 | E | 74 | 42 | 58 | 0 | 37 | FF | 4E | 19 |
| Octal | 50 | 16 | 164 | 102 | 130 | 0 | 67 | 377 | 116 | 31 |
| Binary | 101000 | 1110 | 1110100 | 1000010 | 1011000 | 0 | 110111 | 11111111 | 1001110 | 11001 |
Color Harmonies of #280E74
Complementary color
Monochromatic Colors of #280E74
Black with #280E74
Text Example
Text Example
White with #280E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E74; }
p { color: rgb(40,14,116); }
H1.HeaderClassName
{
color: #280E74;
}
.AnyTagClassName
{
color: #280E74;
}
</style>
background-color css
<style>
a { background-color: #280E74; }
a { background-color: rgb(40,14,116); }
div.DivClassName
{
background-color: #280E74;
}
.BgClassName
{
background-color: #280E74;
}
</style>
border-color css
<style>
span { border-color: #280E74; }
span { border-color: rgb(40,14,116); }
td.TdClassName
{
border-color: #280E74;
}
.TagClassName
{
border-color: #280E74;
}
</style>