Shades of Persian Indigo #21017C
Tints of Persian Indigo #21017C
RGB
CMYK
RGB Variations
Color information
#21017C (or 0x21017C) is known color: Persian Indigo. HEX triplet: 21, 01 and 7C. RGB value is (33,1,124). Sum of RGB (Red+Green+Blue) = 33+1+124=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #21017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21017C is #DEFE83. Grayscale: #181818. Windows color (decimal): -14614148 or 8126753. OLE color: 8126753.
HSL color Cylindrical-coordinate representation of color #21017C: hue angle of 255.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21017C is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 1 | 124 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.51 |
| HSL | 255.61º | 0.98% | 0.25% | - |
| HSV(B) | 255.61º | 0.99% | 0.49% | - |
| XYZ | 4.28 | 1.8 | 19.19 | - |
| YUV | 24.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 124 | 0.73 | 0.99 | 0 | 0.51 | 255.61 | 0.98 | 0.25 |
| Hex | 21 | 1 | 7C | 49 | 63 | 0 | 33 | 100 | 62 | 19 |
| Octal | 41 | 1 | 174 | 111 | 143 | 0 | 63 | 400 | 142 | 31 |
| Binary | 100001 | 1 | 1111100 | 1001001 | 1100011 | 0 | 110011 | 100000000 | 1100010 | 11001 |
Color Harmonies of #21017C
Complementary color
Monochromatic Colors of #21017C
Black with #21017C
Text Example
Text Example
White with #21017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21017C; }
p { color: rgb(33,1,124); }
H1.HeaderClassName
{
color: #21017C;
}
.AnyTagClassName
{
color: #21017C;
}
</style>
background-color css
<style>
a { background-color: #21017C; }
a { background-color: rgb(33,1,124); }
div.DivClassName
{
background-color: #21017C;
}
.BgClassName
{
background-color: #21017C;
}
</style>
border-color css
<style>
span { border-color: #21017C; }
span { border-color: rgb(33,1,124); }
td.TdClassName
{
border-color: #21017C;
}
.TagClassName
{
border-color: #21017C;
}
</style>