Shades of Persian Blue #211EC9
Tints of Persian Blue #211EC9
RGB
CMYK
RGB Variations
Color information
#211EC9 (or 0x211EC9) is known color: Persian Blue. HEX triplet: 21, 1E and C9. RGB value is (33,30,201). Sum of RGB (Red+Green+Blue) = 33+30+201=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 201 (78.91% from 255 or 76.14% from 264); Max value from RGB is 201 - color contains mainly: blue. Hex color #211EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EC9 is #DEE136. Grayscale: #313131. Windows color (decimal): -14606647 or 13180449. OLE color: 13180449.
HSL color Cylindrical-coordinate representation of color #211EC9: hue angle of 241.05º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211EC9 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 30 | 201 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.21 |
| HSL | 241.05º | 0.74% | 0.45% | - |
| HSV(B) | 241.05º | 0.85% | 0.79% | - |
| XYZ | 11.63 | 5.47 | 55.7 | - |
| YUV | 50.39 | 212.99 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 201 | 0.84 | 0.85 | 0 | 0.21 | 241.05 | 0.74 | 0.45 |
| Hex | 21 | 1E | C9 | 54 | 55 | 0 | 15 | F1 | 4A | 2D |
| Octal | 41 | 36 | 311 | 124 | 125 | 0 | 25 | 361 | 112 | 55 |
| Binary | 100001 | 11110 | 11001001 | 1010100 | 1010101 | 0 | 10101 | 11110001 | 1001010 | 101101 |
Color Harmonies of #211EC9
Complementary color
Monochromatic Colors of #211EC9
Black with #211EC9
Text Example
Text Example
White with #211EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EC9; }
p { color: rgb(33,30,201); }
H1.HeaderClassName
{
color: #211EC9;
}
.AnyTagClassName
{
color: #211EC9;
}
</style>
background-color css
<style>
a { background-color: #211EC9; }
a { background-color: rgb(33,30,201); }
div.DivClassName
{
background-color: #211EC9;
}
.BgClassName
{
background-color: #211EC9;
}
</style>
border-color css
<style>
span { border-color: #211EC9; }
span { border-color: rgb(33,30,201); }
td.TdClassName
{
border-color: #211EC9;
}
.TagClassName
{
border-color: #211EC9;
}
</style>