Shades of Persian Indigo #21016B
Tints of Persian Indigo #21016B
RGB
CMYK
RGB Variations
Color information
#21016B (or 0x21016B) is known color: Persian Indigo. HEX triplet: 21, 01 and 6B. RGB value is (33,1,107). Sum of RGB (Red+Green+Blue) = 33+1+107=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 107 (42.19% from 255 or 75.89% from 141); Max value from RGB is 107 - color contains mainly: blue. Hex color #21016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21016B is #DEFE94. Grayscale: #161616. Windows color (decimal): -14614165 or 7012641. OLE color: 7012641.
HSL color Cylindrical-coordinate representation of color #21016B: hue angle of 258.11º 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 #21016B is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 1 | 107 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.58 |
| HSL | 258.11º | 0.98% | 0.21% | - |
| HSV(B) | 258.11º | 0.99% | 0.42% | - |
| XYZ | 3.29 | 1.41 | 14.01 | - |
| YUV | 22.65 | 175.6 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 107 | 0.69 | 0.99 | 0 | 0.58 | 258.11 | 0.98 | 0.21 |
| Hex | 21 | 1 | 6B | 45 | 63 | 0 | 3A | 102 | 62 | 15 |
| Octal | 41 | 1 | 153 | 105 | 143 | 0 | 72 | 402 | 142 | 25 |
| Binary | 100001 | 1 | 1101011 | 1000101 | 1100011 | 0 | 111010 | 100000010 | 1100010 | 10101 |
Color Harmonies of #21016B
Complementary color
Monochromatic Colors of #21016B
Black with #21016B
Text Example
Text Example
White with #21016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21016B; }
p { color: rgb(33,1,107); }
H1.HeaderClassName
{
color: #21016B;
}
.AnyTagClassName
{
color: #21016B;
}
</style>
background-color css
<style>
a { background-color: #21016B; }
a { background-color: rgb(33,1,107); }
div.DivClassName
{
background-color: #21016B;
}
.BgClassName
{
background-color: #21016B;
}
</style>
border-color css
<style>
span { border-color: #21016B; }
span { border-color: rgb(33,1,107); }
td.TdClassName
{
border-color: #21016B;
}
.TagClassName
{
border-color: #21016B;
}
</style>