Shades of Persian Blue #211FAF
Tints of Persian Blue #211FAF
RGB
CMYK
RGB Variations
Color information
#211FAF (or 0x211FAF) is known color: Persian Blue. HEX triplet: 21, 1F and AF. RGB value is (33,31,175). Sum of RGB (Red+Green+Blue) = 33+31+175=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #211FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FAF is #DEE050. Grayscale: #2F2F2F. Windows color (decimal): -14606417 or 11476769. OLE color: 11476769.
HSL color Cylindrical-coordinate representation of color #211FAF: hue angle of 240.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211FAF is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 31 | 175 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.31 |
| HSL | 240.83º | 0.7% | 0.4% | - |
| HSV(B) | 240.83º | 0.82% | 0.69% | - |
| XYZ | 8.86 | 4.4 | 40.94 | - |
| YUV | 48.01 | 199.66 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 175 | 0.81 | 0.82 | 0 | 0.31 | 240.83 | 0.7 | 0.4 |
| Hex | 21 | 1F | AF | 51 | 52 | 0 | 1F | F1 | 46 | 28 |
| Octal | 41 | 37 | 257 | 121 | 122 | 0 | 37 | 361 | 106 | 50 |
| Binary | 100001 | 11111 | 10101111 | 1010001 | 1010010 | 0 | 11111 | 11110001 | 1000110 | 101000 |
Color Harmonies of #211FAF
Complementary color
Monochromatic Colors of #211FAF
Black with #211FAF
Text Example
Text Example
White with #211FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FAF; }
p { color: rgb(33,31,175); }
H1.HeaderClassName
{
color: #211FAF;
}
.AnyTagClassName
{
color: #211FAF;
}
</style>
background-color css
<style>
a { background-color: #211FAF; }
a { background-color: rgb(33,31,175); }
div.DivClassName
{
background-color: #211FAF;
}
.BgClassName
{
background-color: #211FAF;
}
</style>
border-color css
<style>
span { border-color: #211FAF; }
span { border-color: rgb(33,31,175); }
td.TdClassName
{
border-color: #211FAF;
}
.TagClassName
{
border-color: #211FAF;
}
</style>