Shades of Persian Indigo #21005F
Tints of Persian Indigo #21005F
RGB
CMYK
RGB Variations
Color information
#21005F (or 0x21005F) is known color: Persian Indigo. HEX triplet: 21, 00 and 5F. RGB value is (33,0,95). Sum of RGB (Red+Green+Blue) = 33+0+95=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #21005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21005F is #DEFFA0. Grayscale: #141414. Windows color (decimal): -14614433 or 6225953. OLE color: 6225953.
HSL color Cylindrical-coordinate representation of color #21005F: hue angle of 260.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21005F is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 0 | 95 | - |
| CMYK | 0.65 | 1 | 0 | 0.63 |
| HSL | 260.84º | 1% | 0.19% | - |
| HSV(B) | 260.84º | 1% | 0.37% | - |
| XYZ | 2.69 | 1.15 | 10.91 | - |
| YUV | 20.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 95 | 0.65 | 1 | 0 | 0.63 | 260.84 | 1 | 0.19 |
| Hex | 21 | 0 | 5F | 41 | 64 | 0 | 3F | 105 | 64 | 13 |
| Octal | 41 | 0 | 137 | 101 | 144 | 0 | 77 | 405 | 144 | 23 |
| Binary | 100001 | 0 | 1011111 | 1000001 | 1100100 | 0 | 111111 | 100000101 | 1100100 | 10011 |
Color Harmonies of #21005F
Complementary color
Monochromatic Colors of #21005F
Black with #21005F
Text Example
Text Example
White with #21005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21005F; }
p { color: rgb(33,0,95); }
H1.HeaderClassName
{
color: #21005F;
}
.AnyTagClassName
{
color: #21005F;
}
</style>
background-color css
<style>
a { background-color: #21005F; }
a { background-color: rgb(33,0,95); }
div.DivClassName
{
background-color: #21005F;
}
.BgClassName
{
background-color: #21005F;
}
</style>
border-color css
<style>
span { border-color: #21005F; }
span { border-color: rgb(33,0,95); }
td.TdClassName
{
border-color: #21005F;
}
.TagClassName
{
border-color: #21005F;
}
</style>