Shades of Persian Indigo #210078
Tints of Persian Indigo #210078
RGB
CMYK
RGB Variations
Color information
#210078 (or 0x210078) is known color: Persian Indigo. HEX triplet: 21, 00 and 78. RGB value is (33,0,120). Sum of RGB (Red+Green+Blue) = 33+0+120=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 120 (47.27% from 255 or 78.43% from 153); Max value from RGB is 120 - color contains mainly: blue. Hex color #210078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210078 is #DEFF87. Grayscale: #171717. Windows color (decimal): -14614408 or 7864353. OLE color: 7864353.
HSL color Cylindrical-coordinate representation of color #210078: hue angle of 256.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210078 is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 0 | 120 | - |
| CMYK | 0.72 | 1 | 0 | 0.53 |
| HSL | 256.5º | 1% | 0.24% | - |
| HSV(B) | 256.5º | 1% | 0.47% | - |
| XYZ | 4.02 | 1.68 | 17.88 | - |
| YUV | 23.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 120 | 0.72 | 1 | 0 | 0.53 | 256.5 | 1 | 0.24 |
| Hex | 21 | 0 | 78 | 48 | 64 | 0 | 35 | 100 | 64 | 18 |
| Octal | 41 | 0 | 170 | 110 | 144 | 0 | 65 | 400 | 144 | 30 |
| Binary | 100001 | 0 | 1111000 | 1001000 | 1100100 | 0 | 110101 | 100000000 | 1100100 | 11000 |
Color Harmonies of #210078
Complementary color
Monochromatic Colors of #210078
Black with #210078
Text Example
Text Example
White with #210078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210078; }
p { color: rgb(33,0,120); }
H1.HeaderClassName
{
color: #210078;
}
.AnyTagClassName
{
color: #210078;
}
</style>
background-color css
<style>
a { background-color: #210078; }
a { background-color: rgb(33,0,120); }
div.DivClassName
{
background-color: #210078;
}
.BgClassName
{
background-color: #210078;
}
</style>
border-color css
<style>
span { border-color: #210078; }
span { border-color: rgb(33,0,120); }
td.TdClassName
{
border-color: #210078;
}
.TagClassName
{
border-color: #210078;
}
</style>