Shades of Persian Blue #211FD0
Tints of Persian Blue #211FD0
RGB
CMYK
RGB Variations
Color information
#211FD0 (or 0x211FD0) is known color: Persian Blue. HEX triplet: 21, 1F and D0. RGB value is (33,31,208). Sum of RGB (Red+Green+Blue) = 33+31+208=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 208 (81.64% from 255 or 76.47% from 272); Max value from RGB is 208 - color contains mainly: blue. Hex color #211FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FD0 is #DEE02F. Grayscale: #333333. Windows color (decimal): -14606384 or 13639457. OLE color: 13639457.
HSL color Cylindrical-coordinate representation of color #211FD0: hue angle of 240.68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FD0 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 31 | 208 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.18 |
| HSL | 240.68º | 0.74% | 0.47% | - |
| HSV(B) | 240.68º | 0.85% | 0.82% | - |
| XYZ | 12.5 | 5.86 | 60.15 | - |
| YUV | 51.78 | 216.16 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 208 | 0.84 | 0.85 | 0 | 0.18 | 240.68 | 0.74 | 0.47 |
| Hex | 21 | 1F | D0 | 54 | 55 | 0 | 12 | F1 | 4A | 2F |
| Octal | 41 | 37 | 320 | 124 | 125 | 0 | 22 | 361 | 112 | 57 |
| Binary | 100001 | 11111 | 11010000 | 1010100 | 1010101 | 0 | 10010 | 11110001 | 1001010 | 101111 |
Color Harmonies of #211FD0
Complementary color
Monochromatic Colors of #211FD0
Black with #211FD0
Text Example
Text Example
White with #211FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FD0; }
p { color: rgb(33,31,208); }
H1.HeaderClassName
{
color: #211FD0;
}
.AnyTagClassName
{
color: #211FD0;
}
</style>
background-color css
<style>
a { background-color: #211FD0; }
a { background-color: rgb(33,31,208); }
div.DivClassName
{
background-color: #211FD0;
}
.BgClassName
{
background-color: #211FD0;
}
</style>
border-color css
<style>
span { border-color: #211FD0; }
span { border-color: rgb(33,31,208); }
td.TdClassName
{
border-color: #211FD0;
}
.TagClassName
{
border-color: #211FD0;
}
</style>