Shades of Persian Blue #211FCF
Tints of Persian Blue #211FCF
RGB
CMYK
RGB Variations
Color information
#211FCF (or 0x211FCF) is known color: Persian Blue. HEX triplet: 21, 1F and CF. RGB value is (33,31,207). Sum of RGB (Red+Green+Blue) = 33+31+207=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #211FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCF is #DEE030. Grayscale: #323232. Windows color (decimal): -14606385 or 13573921. OLE color: 13573921.
HSL color Cylindrical-coordinate representation of color #211FCF: hue angle of 240.68º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FCF is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 31 | 207 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.19 |
| HSL | 240.68º | 0.74% | 0.47% | - |
| HSV(B) | 240.68º | 0.85% | 0.81% | - |
| XYZ | 12.38 | 5.81 | 59.5 | - |
| YUV | 51.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 207 | 0.84 | 0.85 | 0 | 0.19 | 240.68 | 0.74 | 0.47 |
| Hex | 21 | 1F | CF | 54 | 55 | 0 | 13 | F1 | 4A | 2F |
| Octal | 41 | 37 | 317 | 124 | 125 | 0 | 23 | 361 | 112 | 57 |
| Binary | 100001 | 11111 | 11001111 | 1010100 | 1010101 | 0 | 10011 | 11110001 | 1001010 | 101111 |
Color Harmonies of #211FCF
Complementary color
Monochromatic Colors of #211FCF
Black with #211FCF
Text Example
Text Example
White with #211FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FCF; }
p { color: rgb(33,31,207); }
H1.HeaderClassName
{
color: #211FCF;
}
.AnyTagClassName
{
color: #211FCF;
}
</style>
background-color css
<style>
a { background-color: #211FCF; }
a { background-color: rgb(33,31,207); }
div.DivClassName
{
background-color: #211FCF;
}
.BgClassName
{
background-color: #211FCF;
}
</style>
border-color css
<style>
span { border-color: #211FCF; }
span { border-color: rgb(33,31,207); }
td.TdClassName
{
border-color: #211FCF;
}
.TagClassName
{
border-color: #211FCF;
}
</style>