Shades of Persian Indigo #210360
Tints of Persian Indigo #210360
RGB
CMYK
RGB Variations
Color information
#210360 (or 0x210360) is known color: Persian Indigo. HEX triplet: 21, 03 and 60. RGB value is (33,3,96). Sum of RGB (Red+Green+Blue) = 33+3+96=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #210360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210360 is #DEFC9F. Grayscale: #161616. Windows color (decimal): -14613664 or 6292257. OLE color: 6292257.
HSL color Cylindrical-coordinate representation of color #210360: hue angle of 259.35º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210360 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 3 | 96 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.62 |
| HSL | 259.35º | 0.94% | 0.19% | - |
| HSV(B) | 259.35º | 0.97% | 0.38% | - |
| XYZ | 2.77 | 1.23 | 11.16 | - |
| YUV | 22.57 | 169.44 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 96 | 0.66 | 0.97 | 0 | 0.62 | 259.35 | 0.94 | 0.19 |
| Hex | 21 | 3 | 60 | 42 | 61 | 0 | 3E | 103 | 5E | 13 |
| Octal | 41 | 3 | 140 | 102 | 141 | 0 | 76 | 403 | 136 | 23 |
| Binary | 100001 | 11 | 1100000 | 1000010 | 1100001 | 0 | 111110 | 100000011 | 1011110 | 10011 |
Color Harmonies of #210360
Complementary color
Monochromatic Colors of #210360
Black with #210360
Text Example
Text Example
White with #210360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210360; }
p { color: rgb(33,3,96); }
H1.HeaderClassName
{
color: #210360;
}
.AnyTagClassName
{
color: #210360;
}
</style>
background-color css
<style>
a { background-color: #210360; }
a { background-color: rgb(33,3,96); }
div.DivClassName
{
background-color: #210360;
}
.BgClassName
{
background-color: #210360;
}
</style>
border-color css
<style>
span { border-color: #210360; }
span { border-color: rgb(33,3,96); }
td.TdClassName
{
border-color: #210360;
}
.TagClassName
{
border-color: #210360;
}
</style>