Shades of Persian Indigo #21005C
Tints of Persian Indigo #21005C
RGB
CMYK
RGB Variations
Color information
#21005C (or 0x21005C) is known color: Persian Indigo. HEX triplet: 21, 00 and 5C. RGB value is (33,0,92). Sum of RGB (Red+Green+Blue) = 33+0+92=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #21005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21005C is #DEFFA3. Grayscale: #141414. Windows color (decimal): -14614436 or 6029345. OLE color: 6029345.
HSL color Cylindrical-coordinate representation of color #21005C: hue angle of 261.52º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21005C is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 0 | 92 | - |
| CMYK | 0.64 | 1 | 0 | 0.64 |
| HSL | 261.52º | 1% | 0.18% | - |
| HSV(B) | 261.52º | 1% | 0.36% | - |
| XYZ | 2.56 | 1.1 | 10.2 | - |
| YUV | 20.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 92 | 0.64 | 1 | 0 | 0.64 | 261.52 | 1 | 0.18 |
| Hex | 21 | 0 | 5C | 40 | 64 | 0 | 40 | 106 | 64 | 12 |
| Octal | 41 | 0 | 134 | 100 | 144 | 0 | 100 | 406 | 144 | 22 |
| Binary | 100001 | 0 | 1011100 | 1000000 | 1100100 | 0 | 1000000 | 100000110 | 1100100 | 10010 |
Color Harmonies of #21005C
Complementary color
Monochromatic Colors of #21005C
Black with #21005C
Text Example
Text Example
White with #21005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21005C; }
p { color: rgb(33,0,92); }
H1.HeaderClassName
{
color: #21005C;
}
.AnyTagClassName
{
color: #21005C;
}
</style>
background-color css
<style>
a { background-color: #21005C; }
a { background-color: rgb(33,0,92); }
div.DivClassName
{
background-color: #21005C;
}
.BgClassName
{
background-color: #21005C;
}
</style>
border-color css
<style>
span { border-color: #21005C; }
span { border-color: rgb(33,0,92); }
td.TdClassName
{
border-color: #21005C;
}
.TagClassName
{
border-color: #21005C;
}
</style>