Shades of Persian Indigo #21096D
Tints of Persian Indigo #21096D
RGB
CMYK
RGB Variations
Color information
#21096D (or 0x21096D) is known color: Persian Indigo. HEX triplet: 21, 09 and 6D. RGB value is (33,9,109). Sum of RGB (Red+Green+Blue) = 33+9+109=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #21096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21096D is #DEF692. Grayscale: #1B1B1B. Windows color (decimal): -14612115 or 7145761. OLE color: 7145761.
HSL color Cylindrical-coordinate representation of color #21096D: hue angle of 254.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21096D is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 9 | 109 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.57 |
| HSL | 254.4º | 0.85% | 0.23% | - |
| HSV(B) | 254.4º | 0.92% | 0.43% | - |
| XYZ | 3.49 | 1.62 | 14.6 | - |
| YUV | 27.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 9 | 109 | 0.70 | 0.92 | 0 | 0.57 | 254.4 | 0.85 | 0.23 |
| Hex | 21 | 9 | 6D | 46 | 5C | 0 | 39 | FE | 55 | 17 |
| Octal | 41 | 11 | 155 | 106 | 134 | 0 | 71 | 376 | 125 | 27 |
| Binary | 100001 | 1001 | 1101101 | 1000110 | 1011100 | 0 | 111001 | 11111110 | 1010101 | 10111 |
Color Harmonies of #21096D
Complementary color
Monochromatic Colors of #21096D
Black with #21096D
Text Example
Text Example
White with #21096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21096D; }
p { color: rgb(33,9,109); }
H1.HeaderClassName
{
color: #21096D;
}
.AnyTagClassName
{
color: #21096D;
}
</style>
background-color css
<style>
a { background-color: #21096D; }
a { background-color: rgb(33,9,109); }
div.DivClassName
{
background-color: #21096D;
}
.BgClassName
{
background-color: #21096D;
}
</style>
border-color css
<style>
span { border-color: #21096D; }
span { border-color: rgb(33,9,109); }
td.TdClassName
{
border-color: #21096D;
}
.TagClassName
{
border-color: #21096D;
}
</style>