Shades of Persian Indigo #210B7D
Tints of Persian Indigo #210B7D
RGB
CMYK
RGB Variations
Color information
#210B7D (or 0x210B7D) is known color: Persian Indigo. HEX triplet: 21, 0B and 7D. RGB value is (33,11,125). Sum of RGB (Red+Green+Blue) = 33+11+125=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #210B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B7D is #DEF482. Grayscale: #1E1E1E. Windows color (decimal): -14611587 or 8194849. OLE color: 8194849.
HSL color Cylindrical-coordinate representation of color #210B7D: hue angle of 251.58º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210B7D is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 11 | 125 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.51 |
| HSL | 251.58º | 0.84% | 0.27% | - |
| HSV(B) | 251.58º | 0.91% | 0.49% | - |
| XYZ | 4.45 | 2.04 | 19.56 | - |
| YUV | 30.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 125 | 0.74 | 0.91 | 0 | 0.51 | 251.58 | 0.84 | 0.27 |
| Hex | 21 | B | 7D | 4A | 5B | 0 | 33 | FC | 54 | 1B |
| Octal | 41 | 13 | 175 | 112 | 133 | 0 | 63 | 374 | 124 | 33 |
| Binary | 100001 | 1011 | 1111101 | 1001010 | 1011011 | 0 | 110011 | 11111100 | 1010100 | 11011 |
Color Harmonies of #210B7D
Complementary color
Monochromatic Colors of #210B7D
Black with #210B7D
Text Example
Text Example
White with #210B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B7D; }
p { color: rgb(33,11,125); }
H1.HeaderClassName
{
color: #210B7D;
}
.AnyTagClassName
{
color: #210B7D;
}
</style>
background-color css
<style>
a { background-color: #210B7D; }
a { background-color: rgb(33,11,125); }
div.DivClassName
{
background-color: #210B7D;
}
.BgClassName
{
background-color: #210B7D;
}
</style>
border-color css
<style>
span { border-color: #210B7D; }
span { border-color: rgb(33,11,125); }
td.TdClassName
{
border-color: #210B7D;
}
.TagClassName
{
border-color: #210B7D;
}
</style>