Shades of Persian Indigo #280D73
Tints of Persian Indigo #280D73
RGB
CMYK
RGB Variations
Color information
#280D73 (or 0x280D73) is known color: Persian Indigo. HEX triplet: 28, 0D and 73. RGB value is (40,13,115). Sum of RGB (Red+Green+Blue) = 40+13+115=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #280D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D73 is #D7F28C. Grayscale: #202020. Windows color (decimal): -14152333 or 7540008. OLE color: 7540008.
HSL color Cylindrical-coordinate representation of color #280D73: hue angle of 255.88º 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 #280D73 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 13 | 115 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.55 |
| HSL | 255.88º | 0.8% | 0.25% | - |
| HSV(B) | 255.88º | 0.89% | 0.45% | - |
| XYZ | 4.11 | 1.98 | 16.38 | - |
| YUV | 32.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 115 | 0.65 | 0.89 | 0 | 0.55 | 255.88 | 0.8 | 0.25 |
| Hex | 28 | D | 73 | 41 | 59 | 0 | 37 | 100 | 50 | 19 |
| Octal | 50 | 15 | 163 | 101 | 131 | 0 | 67 | 400 | 120 | 31 |
| Binary | 101000 | 1101 | 1110011 | 1000001 | 1011001 | 0 | 110111 | 100000000 | 1010000 | 11001 |
Color Harmonies of #280D73
Complementary color
Monochromatic Colors of #280D73
Black with #280D73
Text Example
Text Example
White with #280D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D73; }
p { color: rgb(40,13,115); }
H1.HeaderClassName
{
color: #280D73;
}
.AnyTagClassName
{
color: #280D73;
}
</style>
background-color css
<style>
a { background-color: #280D73; }
a { background-color: rgb(40,13,115); }
div.DivClassName
{
background-color: #280D73;
}
.BgClassName
{
background-color: #280D73;
}
</style>
border-color css
<style>
span { border-color: #280D73; }
span { border-color: rgb(40,13,115); }
td.TdClassName
{
border-color: #280D73;
}
.TagClassName
{
border-color: #280D73;
}
</style>