Shades of Persian Indigo #280C73
Tints of Persian Indigo #280C73
RGB
CMYK
RGB Variations
Color information
#280C73 (or 0x280C73) is known color: Persian Indigo. HEX triplet: 28, 0C and 73. RGB value is (40,12,115). Sum of RGB (Red+Green+Blue) = 40+12+115=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #280C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C73 is #D7F38C. Grayscale: #1F1F1F. Windows color (decimal): -14152589 or 7539752. OLE color: 7539752.
HSL color Cylindrical-coordinate representation of color #280C73: hue angle of 256.31º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280C73 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 12 | 115 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.55 |
| HSL | 256.31º | 0.81% | 0.25% | - |
| HSV(B) | 256.31º | 0.9% | 0.45% | - |
| XYZ | 4.1 | 1.95 | 16.38 | - |
| YUV | 32.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 115 | 0.65 | 0.90 | 0 | 0.55 | 256.31 | 0.81 | 0.25 |
| Hex | 28 | C | 73 | 41 | 5A | 0 | 37 | 100 | 51 | 19 |
| Octal | 50 | 14 | 163 | 101 | 132 | 0 | 67 | 400 | 121 | 31 |
| Binary | 101000 | 1100 | 1110011 | 1000001 | 1011010 | 0 | 110111 | 100000000 | 1010001 | 11001 |
Color Harmonies of #280C73
Complementary color
Monochromatic Colors of #280C73
Black with #280C73
Text Example
Text Example
White with #280C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C73; }
p { color: rgb(40,12,115); }
H1.HeaderClassName
{
color: #280C73;
}
.AnyTagClassName
{
color: #280C73;
}
</style>
background-color css
<style>
a { background-color: #280C73; }
a { background-color: rgb(40,12,115); }
div.DivClassName
{
background-color: #280C73;
}
.BgClassName
{
background-color: #280C73;
}
</style>
border-color css
<style>
span { border-color: #280C73; }
span { border-color: rgb(40,12,115); }
td.TdClassName
{
border-color: #280C73;
}
.TagClassName
{
border-color: #280C73;
}
</style>