Shades of Persian Indigo #210D7F
Tints of Persian Indigo #210D7F
RGB
CMYK
RGB Variations
Color information
#210D7F (or 0x210D7F) is known color: Persian Indigo. HEX triplet: 21, 0D and 7F. RGB value is (33,13,127). Sum of RGB (Red+Green+Blue) = 33+13+127=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #210D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D7F is #DEF280. Grayscale: #1F1F1F. Windows color (decimal): -14611073 or 8326433. OLE color: 8326433.
HSL color Cylindrical-coordinate representation of color #210D7F: hue angle of 250.53º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #210D7F is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 13 | 127 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.50 |
| HSL | 250.53º | 0.81% | 0.27% | - |
| HSV(B) | 250.53º | 0.9% | 0.5% | - |
| XYZ | 4.6 | 2.14 | 20.25 | - |
| YUV | 31.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 127 | 0.74 | 0.90 | 0 | 0.50 | 250.53 | 0.81 | 0.27 |
| Hex | 21 | D | 7F | 4A | 5A | 0 | 32 | FB | 51 | 1B |
| Octal | 41 | 15 | 177 | 112 | 132 | 0 | 62 | 373 | 121 | 33 |
| Binary | 100001 | 1101 | 1111111 | 1001010 | 1011010 | 0 | 110010 | 11111011 | 1010001 | 11011 |
Color Harmonies of #210D7F
Complementary color
Monochromatic Colors of #210D7F
Black with #210D7F
Text Example
Text Example
White with #210D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D7F; }
p { color: rgb(33,13,127); }
H1.HeaderClassName
{
color: #210D7F;
}
.AnyTagClassName
{
color: #210D7F;
}
</style>
background-color css
<style>
a { background-color: #210D7F; }
a { background-color: rgb(33,13,127); }
div.DivClassName
{
background-color: #210D7F;
}
.BgClassName
{
background-color: #210D7F;
}
</style>
border-color css
<style>
span { border-color: #210D7F; }
span { border-color: rgb(33,13,127); }
td.TdClassName
{
border-color: #210D7F;
}
.TagClassName
{
border-color: #210D7F;
}
</style>