Shades of Persian Indigo #210D73
Tints of Persian Indigo #210D73
RGB
CMYK
RGB Variations
Color information
#210D73 (or 0x210D73) is known color: Persian Indigo. HEX triplet: 21, 0D and 73. RGB value is (33,13,115). Sum of RGB (Red+Green+Blue) = 33+13+115=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #210D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D73 is #DEF28C. Grayscale: #1E1E1E. Windows color (decimal): -14611085 or 7540001. OLE color: 7540001.
HSL color Cylindrical-coordinate representation of color #210D73: hue angle of 251.76º 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 #210D73 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 13 | 115 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.55 |
| HSL | 251.76º | 0.8% | 0.25% | - |
| HSV(B) | 251.76º | 0.89% | 0.45% | - |
| XYZ | 3.87 | 1.85 | 16.37 | - |
| YUV | 30.61 | 175.63 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 115 | 0.71 | 0.89 | 0 | 0.55 | 251.76 | 0.8 | 0.25 |
| Hex | 21 | D | 73 | 47 | 59 | 0 | 37 | FC | 50 | 19 |
| Octal | 41 | 15 | 163 | 107 | 131 | 0 | 67 | 374 | 120 | 31 |
| Binary | 100001 | 1101 | 1110011 | 1000111 | 1011001 | 0 | 110111 | 11111100 | 1010000 | 11001 |
Color Harmonies of #210D73
Complementary color
Monochromatic Colors of #210D73
Black with #210D73
Text Example
Text Example
White with #210D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D73; }
p { color: rgb(33,13,115); }
H1.HeaderClassName
{
color: #210D73;
}
.AnyTagClassName
{
color: #210D73;
}
</style>
background-color css
<style>
a { background-color: #210D73; }
a { background-color: rgb(33,13,115); }
div.DivClassName
{
background-color: #210D73;
}
.BgClassName
{
background-color: #210D73;
}
</style>
border-color css
<style>
span { border-color: #210D73; }
span { border-color: rgb(33,13,115); }
td.TdClassName
{
border-color: #210D73;
}
.TagClassName
{
border-color: #210D73;
}
</style>