Shades of Persian Indigo #210C76
Tints of Persian Indigo #210C76
RGB
CMYK
RGB Variations
Color information
#210C76 (or 0x210C76) is known color: Persian Indigo. HEX triplet: 21, 0C and 76. RGB value is (33,12,118). Sum of RGB (Red+Green+Blue) = 33+12+118=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #210C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C76 is #DEF389. Grayscale: #1D1D1D. Windows color (decimal): -14611338 or 7736353. OLE color: 7736353.
HSL color Cylindrical-coordinate representation of color #210C76: hue angle of 251.89º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210C76 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 12 | 118 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.54 |
| HSL | 251.89º | 0.82% | 0.25% | - |
| HSV(B) | 251.89º | 0.9% | 0.46% | - |
| XYZ | 4.03 | 1.89 | 17.29 | - |
| YUV | 30.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 118 | 0.72 | 0.90 | 0 | 0.54 | 251.89 | 0.82 | 0.25 |
| Hex | 21 | C | 76 | 48 | 5A | 0 | 36 | FC | 52 | 19 |
| Octal | 41 | 14 | 166 | 110 | 132 | 0 | 66 | 374 | 122 | 31 |
| Binary | 100001 | 1100 | 1110110 | 1001000 | 1011010 | 0 | 110110 | 11111100 | 1010010 | 11001 |
Color Harmonies of #210C76
Complementary color
Monochromatic Colors of #210C76
Black with #210C76
Text Example
Text Example
White with #210C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C76; }
p { color: rgb(33,12,118); }
H1.HeaderClassName
{
color: #210C76;
}
.AnyTagClassName
{
color: #210C76;
}
</style>
background-color css
<style>
a { background-color: #210C76; }
a { background-color: rgb(33,12,118); }
div.DivClassName
{
background-color: #210C76;
}
.BgClassName
{
background-color: #210C76;
}
</style>
border-color css
<style>
span { border-color: #210C76; }
span { border-color: rgb(33,12,118); }
td.TdClassName
{
border-color: #210C76;
}
.TagClassName
{
border-color: #210C76;
}
</style>