Shades of Persian Indigo #21007A
Tints of Persian Indigo #21007A
RGB
CMYK
RGB Variations
Color information
#21007A (or 0x21007A) is known color: Persian Indigo. HEX triplet: 21, 00 and 7A. RGB value is (33,0,122). Sum of RGB (Red+Green+Blue) = 33+0+122=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 122 (48.05% from 255 or 78.71% from 155); Max value from RGB is 122 - color contains mainly: blue. Hex color #21007A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21007A is #DEFF85. Grayscale: #171717. Windows color (decimal): -14614406 or 7995425. OLE color: 7995425.
HSL color Cylindrical-coordinate representation of color #21007A: hue angle of 256.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21007A is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 0 | 122 | - |
| CMYK | 0.73 | 1 | 0 | 0.52 |
| HSL | 256.23º | 1% | 0.24% | - |
| HSV(B) | 256.23º | 1% | 0.48% | - |
| XYZ | 4.14 | 1.73 | 18.53 | - |
| YUV | 23.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 122 | 0.73 | 1 | 0 | 0.52 | 256.23 | 1 | 0.24 |
| Hex | 21 | 0 | 7A | 49 | 64 | 0 | 34 | 100 | 64 | 18 |
| Octal | 41 | 0 | 172 | 111 | 144 | 0 | 64 | 400 | 144 | 30 |
| Binary | 100001 | 0 | 1111010 | 1001001 | 1100100 | 0 | 110100 | 100000000 | 1100100 | 11000 |
Color Harmonies of #21007A
Complementary color
Monochromatic Colors of #21007A
Black with #21007A
Text Example
Text Example
White with #21007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21007A; }
p { color: rgb(33,0,122); }
H1.HeaderClassName
{
color: #21007A;
}
.AnyTagClassName
{
color: #21007A;
}
</style>
background-color css
<style>
a { background-color: #21007A; }
a { background-color: rgb(33,0,122); }
div.DivClassName
{
background-color: #21007A;
}
.BgClassName
{
background-color: #21007A;
}
</style>
border-color css
<style>
span { border-color: #21007A; }
span { border-color: rgb(33,0,122); }
td.TdClassName
{
border-color: #21007A;
}
.TagClassName
{
border-color: #21007A;
}
</style>