Shades of Persian Blue #211FCD
Tints of Persian Blue #211FCD
RGB
CMYK
RGB Variations
Color information
#211FCD (or 0x211FCD) is known color: Persian Blue. HEX triplet: 21, 1F and CD. RGB value is (33,31,205). Sum of RGB (Red+Green+Blue) = 33+31+205=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #211FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCD is #DEE032. Grayscale: #323232. Windows color (decimal): -14606387 or 13442849. OLE color: 13442849.
HSL color Cylindrical-coordinate representation of color #211FCD: hue angle of 240.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FCD is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 31 | 205 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.20 |
| HSL | 240.69º | 0.74% | 0.46% | - |
| HSV(B) | 240.69º | 0.85% | 0.8% | - |
| XYZ | 12.14 | 5.71 | 58.22 | - |
| YUV | 51.43 | 214.66 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 205 | 0.84 | 0.85 | 0 | 0.20 | 240.69 | 0.74 | 0.46 |
| Hex | 21 | 1F | CD | 54 | 55 | 0 | 14 | F1 | 4A | 2E |
| Octal | 41 | 37 | 315 | 124 | 125 | 0 | 24 | 361 | 112 | 56 |
| Binary | 100001 | 11111 | 11001101 | 1010100 | 1010101 | 0 | 10100 | 11110001 | 1001010 | 101110 |
Color Harmonies of #211FCD
Complementary color
Monochromatic Colors of #211FCD
Black with #211FCD
Text Example
Text Example
White with #211FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FCD; }
p { color: rgb(33,31,205); }
H1.HeaderClassName
{
color: #211FCD;
}
.AnyTagClassName
{
color: #211FCD;
}
</style>
background-color css
<style>
a { background-color: #211FCD; }
a { background-color: rgb(33,31,205); }
div.DivClassName
{
background-color: #211FCD;
}
.BgClassName
{
background-color: #211FCD;
}
</style>
border-color css
<style>
span { border-color: #211FCD; }
span { border-color: rgb(33,31,205); }
td.TdClassName
{
border-color: #211FCD;
}
.TagClassName
{
border-color: #211FCD;
}
</style>