Shades of Persian Indigo #21007B
Tints of Persian Indigo #21007B
RGB
CMYK
RGB Variations
Color information
#21007B (or 0x21007B) is known color: Persian Indigo. HEX triplet: 21, 00 and 7B. RGB value is (33,0,123). Sum of RGB (Red+Green+Blue) = 33+0+123=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #21007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21007B is #DEFF84. Grayscale: #171717. Windows color (decimal): -14614405 or 8060961. OLE color: 8060961.
HSL color Cylindrical-coordinate representation of color #21007B: hue angle of 256.1º 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 #21007B is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 0 | 123 | - |
| CMYK | 0.73 | 1 | 0 | 0.52 |
| HSL | 256.1º | 1% | 0.24% | - |
| HSV(B) | 256.1º | 1% | 0.48% | - |
| XYZ | 4.2 | 1.75 | 18.86 | - |
| YUV | 23.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 123 | 0.73 | 1 | 0 | 0.52 | 256.1 | 1 | 0.24 |
| Hex | 21 | 0 | 7B | 49 | 64 | 0 | 34 | 100 | 64 | 18 |
| Octal | 41 | 0 | 173 | 111 | 144 | 0 | 64 | 400 | 144 | 30 |
| Binary | 100001 | 0 | 1111011 | 1001001 | 1100100 | 0 | 110100 | 100000000 | 1100100 | 11000 |
Color Harmonies of #21007B
Complementary color
Monochromatic Colors of #21007B
Black with #21007B
Text Example
Text Example
White with #21007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21007B; }
p { color: rgb(33,0,123); }
H1.HeaderClassName
{
color: #21007B;
}
.AnyTagClassName
{
color: #21007B;
}
</style>
background-color css
<style>
a { background-color: #21007B; }
a { background-color: rgb(33,0,123); }
div.DivClassName
{
background-color: #21007B;
}
.BgClassName
{
background-color: #21007B;
}
</style>
border-color css
<style>
span { border-color: #21007B; }
span { border-color: rgb(33,0,123); }
td.TdClassName
{
border-color: #21007B;
}
.TagClassName
{
border-color: #21007B;
}
</style>