Shades of Persian Indigo #21076F
Tints of Persian Indigo #21076F
RGB
CMYK
RGB Variations
Color information
#21076F (or 0x21076F) is known color: Persian Indigo. HEX triplet: 21, 07 and 6F. RGB value is (33,7,111). Sum of RGB (Red+Green+Blue) = 33+7+111=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #21076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21076F is #DEF890. Grayscale: #1A1A1A. Windows color (decimal): -14612625 or 7276321. OLE color: 7276321.
HSL color Cylindrical-coordinate representation of color #21076F: hue angle of 255º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21076F is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 7 | 111 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.56 |
| HSL | 255º | 0.88% | 0.23% | - |
| HSV(B) | 255º | 0.94% | 0.44% | - |
| XYZ | 3.57 | 1.62 | 15.16 | - |
| YUV | 26.63 | 175.61 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 111 | 0.70 | 0.94 | 0 | 0.56 | 255 | 0.88 | 0.23 |
| Hex | 21 | 7 | 6F | 46 | 5E | 0 | 38 | FF | 58 | 17 |
| Octal | 41 | 7 | 157 | 106 | 136 | 0 | 70 | 377 | 130 | 27 |
| Binary | 100001 | 111 | 1101111 | 1000110 | 1011110 | 0 | 111000 | 11111111 | 1011000 | 10111 |
Color Harmonies of #21076F
Complementary color
Monochromatic Colors of #21076F
Black with #21076F
Text Example
Text Example
White with #21076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21076F; }
p { color: rgb(33,7,111); }
H1.HeaderClassName
{
color: #21076F;
}
.AnyTagClassName
{
color: #21076F;
}
</style>
background-color css
<style>
a { background-color: #21076F; }
a { background-color: rgb(33,7,111); }
div.DivClassName
{
background-color: #21076F;
}
.BgClassName
{
background-color: #21076F;
}
</style>
border-color css
<style>
span { border-color: #21076F; }
span { border-color: rgb(33,7,111); }
td.TdClassName
{
border-color: #21076F;
}
.TagClassName
{
border-color: #21076F;
}
</style>