Shades of Persian Indigo #21015B
Tints of Persian Indigo #21015B
RGB
CMYK
RGB Variations
Color information
#21015B (or 0x21015B) is known color: Persian Indigo. HEX triplet: 21, 01 and 5B. RGB value is (33,1,91). Sum of RGB (Red+Green+Blue) = 33+1+91=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #21015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21015B is #DEFEA4. Grayscale: #141414. Windows color (decimal): -14614181 or 5964065. OLE color: 5964065.
HSL color Cylindrical-coordinate representation of color #21015B: hue angle of 261.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21015B is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 1 | 91 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.64 |
| HSL | 261.33º | 0.98% | 0.18% | - |
| HSV(B) | 261.33º | 0.99% | 0.36% | - |
| XYZ | 2.53 | 1.1 | 9.98 | - |
| YUV | 20.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 91 | 0.64 | 0.99 | 0 | 0.64 | 261.33 | 0.98 | 0.18 |
| Hex | 21 | 1 | 5B | 40 | 63 | 0 | 40 | 105 | 62 | 12 |
| Octal | 41 | 1 | 133 | 100 | 143 | 0 | 100 | 405 | 142 | 22 |
| Binary | 100001 | 1 | 1011011 | 1000000 | 1100011 | 0 | 1000000 | 100000101 | 1100010 | 10010 |
Color Harmonies of #21015B
Complementary color
Monochromatic Colors of #21015B
Black with #21015B
Text Example
Text Example
White with #21015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21015B; }
p { color: rgb(33,1,91); }
H1.HeaderClassName
{
color: #21015B;
}
.AnyTagClassName
{
color: #21015B;
}
</style>
background-color css
<style>
a { background-color: #21015B; }
a { background-color: rgb(33,1,91); }
div.DivClassName
{
background-color: #21015B;
}
.BgClassName
{
background-color: #21015B;
}
</style>
border-color css
<style>
span { border-color: #21015B; }
span { border-color: rgb(33,1,91); }
td.TdClassName
{
border-color: #21015B;
}
.TagClassName
{
border-color: #21015B;
}
</style>