Shades of Persian Indigo #21056D
Tints of Persian Indigo #21056D
RGB
CMYK
RGB Variations
Color information
#21056D (or 0x21056D) is known color: Persian Indigo. HEX triplet: 21, 05 and 6D. RGB value is (33,5,109). Sum of RGB (Red+Green+Blue) = 33+5+109=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #21056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21056D is #DEFA92. Grayscale: #181818. Windows color (decimal): -14613139 or 7144737. OLE color: 7144737.
HSL color Cylindrical-coordinate representation of color #21056D: hue angle of 256.15º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21056D is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 5 | 109 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.57 |
| HSL | 256.15º | 0.91% | 0.22% | - |
| HSV(B) | 256.15º | 0.95% | 0.43% | - |
| XYZ | 3.44 | 1.54 | 14.58 | - |
| YUV | 25.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 109 | 0.70 | 0.95 | 0 | 0.57 | 256.15 | 0.91 | 0.22 |
| Hex | 21 | 5 | 6D | 46 | 5F | 0 | 39 | 100 | 5B | 16 |
| Octal | 41 | 5 | 155 | 106 | 137 | 0 | 71 | 400 | 133 | 26 |
| Binary | 100001 | 101 | 1101101 | 1000110 | 1011111 | 0 | 111001 | 100000000 | 1011011 | 10110 |
Color Harmonies of #21056D
Complementary color
Monochromatic Colors of #21056D
Black with #21056D
Text Example
Text Example
White with #21056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21056D; }
p { color: rgb(33,5,109); }
H1.HeaderClassName
{
color: #21056D;
}
.AnyTagClassName
{
color: #21056D;
}
</style>
background-color css
<style>
a { background-color: #21056D; }
a { background-color: rgb(33,5,109); }
div.DivClassName
{
background-color: #21056D;
}
.BgClassName
{
background-color: #21056D;
}
</style>
border-color css
<style>
span { border-color: #21056D; }
span { border-color: rgb(33,5,109); }
td.TdClassName
{
border-color: #21056D;
}
.TagClassName
{
border-color: #21056D;
}
</style>