Shades of Persian Indigo #210F7B
Tints of Persian Indigo #210F7B
RGB
CMYK
RGB Variations
Color information
#210F7B (or 0x210F7B) is known color: Persian Indigo. HEX triplet: 21, 0F and 7B. RGB value is (33,15,123). Sum of RGB (Red+Green+Blue) = 33+15+123=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #210F7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F7B is #DEF084. Grayscale: #202020. Windows color (decimal): -14610565 or 8064801. OLE color: 8064801.
HSL color Cylindrical-coordinate representation of color #210F7B: hue angle of 250º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #210F7B is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 15 | 123 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.52 |
| HSL | 250º | 0.78% | 0.27% | - |
| HSV(B) | 250º | 0.88% | 0.48% | - |
| XYZ | 4.37 | 2.1 | 18.91 | - |
| YUV | 32.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 123 | 0.73 | 0.88 | 0 | 0.52 | 250 | 0.78 | 0.27 |
| Hex | 21 | F | 7B | 49 | 58 | 0 | 34 | FA | 4E | 1B |
| Octal | 41 | 17 | 173 | 111 | 130 | 0 | 64 | 372 | 116 | 33 |
| Binary | 100001 | 1111 | 1111011 | 1001001 | 1011000 | 0 | 110100 | 11111010 | 1001110 | 11011 |
Color Harmonies of #210F7B
Complementary color
Monochromatic Colors of #210F7B
Black with #210F7B
Text Example
Text Example
White with #210F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F7B; }
p { color: rgb(33,15,123); }
H1.HeaderClassName
{
color: #210F7B;
}
.AnyTagClassName
{
color: #210F7B;
}
</style>
background-color css
<style>
a { background-color: #210F7B; }
a { background-color: rgb(33,15,123); }
div.DivClassName
{
background-color: #210F7B;
}
.BgClassName
{
background-color: #210F7B;
}
</style>
border-color css
<style>
span { border-color: #210F7B; }
span { border-color: rgb(33,15,123); }
td.TdClassName
{
border-color: #210F7B;
}
.TagClassName
{
border-color: #210F7B;
}
</style>