Shades of Persian Blue #211FCE
Tints of Persian Blue #211FCE
RGB
CMYK
RGB Variations
Color information
#211FCE (or 0x211FCE) is known color: Persian Blue. HEX triplet: 21, 1F and CE. RGB value is (33,31,206). Sum of RGB (Red+Green+Blue) = 33+31+206=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 206 (80.86% from 255 or 76.30% from 270); Max value from RGB is 206 - color contains mainly: blue. Hex color #211FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCE is #DEE031. Grayscale: #323232. Windows color (decimal): -14606386 or 13508385. OLE color: 13508385.
HSL color Cylindrical-coordinate representation of color #211FCE: hue angle of 240.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FCE is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 31 | 206 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.19 |
| HSL | 240.69º | 0.74% | 0.46% | - |
| HSV(B) | 240.69º | 0.85% | 0.81% | - |
| XYZ | 12.26 | 5.76 | 58.86 | - |
| YUV | 51.55 | 215.16 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 206 | 0.84 | 0.85 | 0 | 0.19 | 240.69 | 0.74 | 0.46 |
| Hex | 21 | 1F | CE | 54 | 55 | 0 | 13 | F1 | 4A | 2E |
| Octal | 41 | 37 | 316 | 124 | 125 | 0 | 23 | 361 | 112 | 56 |
| Binary | 100001 | 11111 | 11001110 | 1010100 | 1010101 | 0 | 10011 | 11110001 | 1001010 | 101110 |
Color Harmonies of #211FCE
Complementary color
Monochromatic Colors of #211FCE
Black with #211FCE
Text Example
Text Example
White with #211FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FCE; }
p { color: rgb(33,31,206); }
H1.HeaderClassName
{
color: #211FCE;
}
.AnyTagClassName
{
color: #211FCE;
}
</style>
background-color css
<style>
a { background-color: #211FCE; }
a { background-color: rgb(33,31,206); }
div.DivClassName
{
background-color: #211FCE;
}
.BgClassName
{
background-color: #211FCE;
}
</style>
border-color css
<style>
span { border-color: #211FCE; }
span { border-color: rgb(33,31,206); }
td.TdClassName
{
border-color: #211FCE;
}
.TagClassName
{
border-color: #211FCE;
}
</style>