Shades of Persian Indigo #210180
Tints of Persian Indigo #210180
RGB
CMYK
RGB Variations
Color information
#210180 (or 0x210180) is known color: Persian Indigo. HEX triplet: 21, 01 and 80. RGB value is (33,1,128). Sum of RGB (Red+Green+Blue) = 33+1+128=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 128 (50.39% from 255 or 79.01% from 162); Max value from RGB is 128 - color contains mainly: blue. Hex color #210180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210180 is #DEFE7F. Grayscale: #181818. Windows color (decimal): -14614144 or 8388897. OLE color: 8388897.
HSL color Cylindrical-coordinate representation of color #210180: hue angle of 255.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #210180 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 1 | 128 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.50 |
| HSL | 255.12º | 0.98% | 0.25% | - |
| HSV(B) | 255.12º | 0.99% | 0.5% | - |
| XYZ | 4.53 | 1.9 | 20.55 | - |
| YUV | 25.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 128 | 0.74 | 0.99 | 0 | 0.50 | 255.12 | 0.98 | 0.25 |
| Hex | 21 | 1 | 80 | 4A | 63 | 0 | 32 | FF | 62 | 19 |
| Octal | 41 | 1 | 200 | 112 | 143 | 0 | 62 | 377 | 142 | 31 |
| Binary | 100001 | 1 | 10000000 | 1001010 | 1100011 | 0 | 110010 | 11111111 | 1100010 | 11001 |
Color Harmonies of #210180
Complementary color
Monochromatic Colors of #210180
Black with #210180
Text Example
Text Example
White with #210180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210180; }
p { color: rgb(33,1,128); }
H1.HeaderClassName
{
color: #210180;
}
.AnyTagClassName
{
color: #210180;
}
</style>
background-color css
<style>
a { background-color: #210180; }
a { background-color: rgb(33,1,128); }
div.DivClassName
{
background-color: #210180;
}
.BgClassName
{
background-color: #210180;
}
</style>
border-color css
<style>
span { border-color: #210180; }
span { border-color: rgb(33,1,128); }
td.TdClassName
{
border-color: #210180;
}
.TagClassName
{
border-color: #210180;
}
</style>