Shades of Persian Indigo #21016A
Tints of Persian Indigo #21016A
RGB
CMYK
RGB Variations
Color information
#21016A (or 0x21016A) is known color: Persian Indigo. HEX triplet: 21, 01 and 6A. RGB value is (33,1,106). Sum of RGB (Red+Green+Blue) = 33+1+106=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 106 (41.80% from 255 or 75.71% from 140); Max value from RGB is 106 - color contains mainly: blue. Hex color #21016A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21016A is #DEFE95. Grayscale: #161616. Windows color (decimal): -14614166 or 6947105. OLE color: 6947105.
HSL color Cylindrical-coordinate representation of color #21016A: hue angle of 258.29º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21016A is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 1 | 106 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.58 |
| HSL | 258.29º | 0.98% | 0.21% | - |
| HSV(B) | 258.29º | 0.99% | 0.42% | - |
| XYZ | 3.24 | 1.39 | 13.73 | - |
| YUV | 22.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 106 | 0.69 | 0.99 | 0 | 0.58 | 258.29 | 0.98 | 0.21 |
| Hex | 21 | 1 | 6A | 45 | 63 | 0 | 3A | 102 | 62 | 15 |
| Octal | 41 | 1 | 152 | 105 | 143 | 0 | 72 | 402 | 142 | 25 |
| Binary | 100001 | 1 | 1101010 | 1000101 | 1100011 | 0 | 111010 | 100000010 | 1100010 | 10101 |
Color Harmonies of #21016A
Complementary color
Monochromatic Colors of #21016A
Black with #21016A
Text Example
Text Example
White with #21016A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21016A; }
p { color: rgb(33,1,106); }
H1.HeaderClassName
{
color: #21016A;
}
.AnyTagClassName
{
color: #21016A;
}
</style>
background-color css
<style>
a { background-color: #21016A; }
a { background-color: rgb(33,1,106); }
div.DivClassName
{
background-color: #21016A;
}
.BgClassName
{
background-color: #21016A;
}
</style>
border-color css
<style>
span { border-color: #21016A; }
span { border-color: rgb(33,1,106); }
td.TdClassName
{
border-color: #21016A;
}
.TagClassName
{
border-color: #21016A;
}
</style>