Shades of Persian Blue #211FDC
Tints of Persian Blue #211FDC
RGB
CMYK
RGB Variations
Color information
#211FDC (or 0x211FDC) is known color: Persian Blue. HEX triplet: 21, 1F and DC. RGB value is (33,31,220). Sum of RGB (Red+Green+Blue) = 33+31+220=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #211FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FDC is #DEE023. Grayscale: #343434. Windows color (decimal): -14606372 or 14425889. OLE color: 14425889.
HSL color Cylindrical-coordinate representation of color #211FDC: hue angle of 240.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211FDC is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 31 | 220 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.14 |
| HSL | 240.63º | 0.75% | 0.49% | - |
| HSV(B) | 240.63º | 0.86% | 0.86% | - |
| XYZ | 14.04 | 6.47 | 68.22 | - |
| YUV | 53.14 | 222.16 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 220 | 0.85 | 0.86 | 0 | 0.14 | 240.63 | 0.75 | 0.49 |
| Hex | 21 | 1F | DC | 55 | 56 | 0 | E | F1 | 4B | 31 |
| Octal | 41 | 37 | 334 | 125 | 126 | 0 | 16 | 361 | 113 | 61 |
| Binary | 100001 | 11111 | 11011100 | 1010101 | 1010110 | 0 | 1110 | 11110001 | 1001011 | 110001 |
Color Harmonies of #211FDC
Complementary color
Monochromatic Colors of #211FDC
Black with #211FDC
Text Example
Text Example
White with #211FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FDC; }
p { color: rgb(33,31,220); }
H1.HeaderClassName
{
color: #211FDC;
}
.AnyTagClassName
{
color: #211FDC;
}
</style>
background-color css
<style>
a { background-color: #211FDC; }
a { background-color: rgb(33,31,220); }
div.DivClassName
{
background-color: #211FDC;
}
.BgClassName
{
background-color: #211FDC;
}
</style>
border-color css
<style>
span { border-color: #211FDC; }
span { border-color: rgb(33,31,220); }
td.TdClassName
{
border-color: #211FDC;
}
.TagClassName
{
border-color: #211FDC;
}
</style>