Shades of Persian Indigo #280E73
Tints of Persian Indigo #280E73
RGB
CMYK
RGB Variations
Color information
#280E73 (or 0x280E73) is known color: Persian Indigo. HEX triplet: 28, 0E and 73. RGB value is (40,14,115). Sum of RGB (Red+Green+Blue) = 40+14+115=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #280E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E73 is #D7F18C. Grayscale: #202020. Windows color (decimal): -14152077 or 7540264. OLE color: 7540264.
HSL color Cylindrical-coordinate representation of color #280E73: hue angle of 255.45º 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 #280E73 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 14 | 115 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.55 |
| HSL | 255.45º | 0.78% | 0.25% | - |
| HSV(B) | 255.45º | 0.88% | 0.45% | - |
| XYZ | 4.13 | 2 | 16.39 | - |
| YUV | 33.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 115 | 0.65 | 0.88 | 0 | 0.55 | 255.45 | 0.78 | 0.25 |
| Hex | 28 | E | 73 | 41 | 58 | 0 | 37 | FF | 4E | 19 |
| Octal | 50 | 16 | 163 | 101 | 130 | 0 | 67 | 377 | 116 | 31 |
| Binary | 101000 | 1110 | 1110011 | 1000001 | 1011000 | 0 | 110111 | 11111111 | 1001110 | 11001 |
Color Harmonies of #280E73
Complementary color
Monochromatic Colors of #280E73
Black with #280E73
Text Example
Text Example
White with #280E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E73; }
p { color: rgb(40,14,115); }
H1.HeaderClassName
{
color: #280E73;
}
.AnyTagClassName
{
color: #280E73;
}
</style>
background-color css
<style>
a { background-color: #280E73; }
a { background-color: rgb(40,14,115); }
div.DivClassName
{
background-color: #280E73;
}
.BgClassName
{
background-color: #280E73;
}
</style>
border-color css
<style>
span { border-color: #280E73; }
span { border-color: rgb(40,14,115); }
td.TdClassName
{
border-color: #280E73;
}
.TagClassName
{
border-color: #280E73;
}
</style>