Shades of Persian Indigo #21007F
Tints of Persian Indigo #21007F
RGB
CMYK
RGB Variations
Color information
#21007F (or 0x21007F) is known color: Persian Indigo. HEX triplet: 21, 00 and 7F. RGB value is (33,0,127). Sum of RGB (Red+Green+Blue) = 33+0+127=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 127 (50% from 255 or 79.38% from 160); Max value from RGB is 127 - color contains mainly: blue. Hex color #21007F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21007F is #DEFF80. Grayscale: #171717. Windows color (decimal): -14614401 or 8323105. OLE color: 8323105.
HSL color Cylindrical-coordinate representation of color #21007F: hue angle of 255.59º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21007F is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 0 | 127 | - |
| CMYK | 0.74 | 1 | 0 | 0.50 |
| HSL | 255.59º | 1% | 0.25% | - |
| HSV(B) | 255.59º | 1% | 0.5% | - |
| XYZ | 4.46 | 1.86 | 20.2 | - |
| YUV | 24.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 127 | 0.74 | 1 | 0 | 0.50 | 255.59 | 1 | 0.25 |
| Hex | 21 | 0 | 7F | 4A | 64 | 0 | 32 | 100 | 64 | 19 |
| Octal | 41 | 0 | 177 | 112 | 144 | 0 | 62 | 400 | 144 | 31 |
| Binary | 100001 | 0 | 1111111 | 1001010 | 1100100 | 0 | 110010 | 100000000 | 1100100 | 11001 |
Color Harmonies of #21007F
Complementary color
Monochromatic Colors of #21007F
Black with #21007F
Text Example
Text Example
White with #21007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21007F; }
p { color: rgb(33,0,127); }
H1.HeaderClassName
{
color: #21007F;
}
.AnyTagClassName
{
color: #21007F;
}
</style>
background-color css
<style>
a { background-color: #21007F; }
a { background-color: rgb(33,0,127); }
div.DivClassName
{
background-color: #21007F;
}
.BgClassName
{
background-color: #21007F;
}
</style>
border-color css
<style>
span { border-color: #21007F; }
span { border-color: rgb(33,0,127); }
td.TdClassName
{
border-color: #21007F;
}
.TagClassName
{
border-color: #21007F;
}
</style>