Shades of Persian Indigo #210A76
Tints of Persian Indigo #210A76
RGB
CMYK
RGB Variations
Color information
#210A76 (or 0x210A76) is known color: Persian Indigo. HEX triplet: 21, 0A and 76. RGB value is (33,10,118). Sum of RGB (Red+Green+Blue) = 33+10+118=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #210A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210A76 is #DEF589. Grayscale: #1C1C1C. Windows color (decimal): -14611850 or 7735841. OLE color: 7735841.
HSL color Cylindrical-coordinate representation of color #210A76: hue angle of 252.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210A76 is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 10 | 118 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.54 |
| HSL | 252.78º | 0.84% | 0.25% | - |
| HSV(B) | 252.78º | 0.92% | 0.46% | - |
| XYZ | 4.01 | 1.85 | 17.29 | - |
| YUV | 29.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 118 | 0.72 | 0.92 | 0 | 0.54 | 252.78 | 0.84 | 0.25 |
| Hex | 21 | A | 76 | 48 | 5C | 0 | 36 | FD | 54 | 19 |
| Octal | 41 | 12 | 166 | 110 | 134 | 0 | 66 | 375 | 124 | 31 |
| Binary | 100001 | 1010 | 1110110 | 1001000 | 1011100 | 0 | 110110 | 11111101 | 1010100 | 11001 |
Color Harmonies of #210A76
Complementary color
Monochromatic Colors of #210A76
Black with #210A76
Text Example
Text Example
White with #210A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A76; }
p { color: rgb(33,10,118); }
H1.HeaderClassName
{
color: #210A76;
}
.AnyTagClassName
{
color: #210A76;
}
</style>
background-color css
<style>
a { background-color: #210A76; }
a { background-color: rgb(33,10,118); }
div.DivClassName
{
background-color: #210A76;
}
.BgClassName
{
background-color: #210A76;
}
</style>
border-color css
<style>
span { border-color: #210A76; }
span { border-color: rgb(33,10,118); }
td.TdClassName
{
border-color: #210A76;
}
.TagClassName
{
border-color: #210A76;
}
</style>