Shades of Persian Indigo #210E75
Tints of Persian Indigo #210E75
RGB
CMYK
RGB Variations
Color information
#210E75 (or 0x210E75) is known color: Persian Indigo. HEX triplet: 21, 0E and 75. RGB value is (33,14,117). Sum of RGB (Red+Green+Blue) = 33+14+117=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #210E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210E75 is #DEF18A. Grayscale: #1F1F1F. Windows color (decimal): -14610827 or 7671329. OLE color: 7671329.
HSL color Cylindrical-coordinate representation of color #210E75: hue angle of 251.07º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210E75 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 14 | 117 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.54 |
| HSL | 251.07º | 0.79% | 0.26% | - |
| HSV(B) | 251.07º | 0.88% | 0.46% | - |
| XYZ | 4 | 1.92 | 16.99 | - |
| YUV | 31.42 | 176.29 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 117 | 0.72 | 0.88 | 0 | 0.54 | 251.07 | 0.79 | 0.26 |
| Hex | 21 | E | 75 | 48 | 58 | 0 | 36 | FB | 4F | 1A |
| Octal | 41 | 16 | 165 | 110 | 130 | 0 | 66 | 373 | 117 | 32 |
| Binary | 100001 | 1110 | 1110101 | 1001000 | 1011000 | 0 | 110110 | 11111011 | 1001111 | 11010 |
Color Harmonies of #210E75
Complementary color
Monochromatic Colors of #210E75
Black with #210E75
Text Example
Text Example
White with #210E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E75; }
p { color: rgb(33,14,117); }
H1.HeaderClassName
{
color: #210E75;
}
.AnyTagClassName
{
color: #210E75;
}
</style>
background-color css
<style>
a { background-color: #210E75; }
a { background-color: rgb(33,14,117); }
div.DivClassName
{
background-color: #210E75;
}
.BgClassName
{
background-color: #210E75;
}
</style>
border-color css
<style>
span { border-color: #210E75; }
span { border-color: rgb(33,14,117); }
td.TdClassName
{
border-color: #210E75;
}
.TagClassName
{
border-color: #210E75;
}
</style>