Shades of Persian Indigo #280D72
Tints of Persian Indigo #280D72
RGB
CMYK
RGB Variations
Color information
#280D72 (or 0x280D72) is known color: Persian Indigo. HEX triplet: 28, 0D and 72. RGB value is (40,13,114). Sum of RGB (Red+Green+Blue) = 40+13+114=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #280D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D72 is #D7F28D. Grayscale: #202020. Windows color (decimal): -14152334 or 7474472. OLE color: 7474472.
HSL color Cylindrical-coordinate representation of color #280D72: hue angle of 256.04º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280D72 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 13 | 114 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.55 |
| HSL | 256.04º | 0.8% | 0.25% | - |
| HSV(B) | 256.04º | 0.89% | 0.45% | - |
| XYZ | 4.06 | 1.95 | 16.08 | - |
| YUV | 32.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 114 | 0.65 | 0.89 | 0 | 0.55 | 256.04 | 0.8 | 0.25 |
| Hex | 28 | D | 72 | 41 | 59 | 0 | 37 | 100 | 50 | 19 |
| Octal | 50 | 15 | 162 | 101 | 131 | 0 | 67 | 400 | 120 | 31 |
| Binary | 101000 | 1101 | 1110010 | 1000001 | 1011001 | 0 | 110111 | 100000000 | 1010000 | 11001 |
Color Harmonies of #280D72
Complementary color
Monochromatic Colors of #280D72
Black with #280D72
Text Example
Text Example
White with #280D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D72; }
p { color: rgb(40,13,114); }
H1.HeaderClassName
{
color: #280D72;
}
.AnyTagClassName
{
color: #280D72;
}
</style>
background-color css
<style>
a { background-color: #280D72; }
a { background-color: rgb(40,13,114); }
div.DivClassName
{
background-color: #280D72;
}
.BgClassName
{
background-color: #280D72;
}
</style>
border-color css
<style>
span { border-color: #280D72; }
span { border-color: rgb(40,13,114); }
td.TdClassName
{
border-color: #280D72;
}
.TagClassName
{
border-color: #280D72;
}
</style>