Shades of Persian Blue #211BC9
Tints of Persian Blue #211BC9
RGB
CMYK
RGB Variations
Color information
#211BC9 (or 0x211BC9) is known color: Persian Blue. HEX triplet: 21, 1B and C9. RGB value is (33,27,201). Sum of RGB (Red+Green+Blue) = 33+27+201=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 201 (78.91% from 255 or 77.01% from 261); Max value from RGB is 201 - color contains mainly: blue. Hex color #211BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BC9 is #DEE436. Grayscale: #2F2F2F. Windows color (decimal): -14607415 or 13179681. OLE color: 13179681.
HSL color Cylindrical-coordinate representation of color #211BC9: hue angle of 242.07º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211BC9 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 27 | 201 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.21 |
| HSL | 242.07º | 0.76% | 0.45% | - |
| HSV(B) | 242.07º | 0.87% | 0.79% | - |
| XYZ | 11.56 | 5.32 | 55.68 | - |
| YUV | 48.63 | 213.99 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 201 | 0.84 | 0.87 | 0 | 0.21 | 242.07 | 0.76 | 0.45 |
| Hex | 21 | 1B | C9 | 54 | 57 | 0 | 15 | F2 | 4C | 2D |
| Octal | 41 | 33 | 311 | 124 | 127 | 0 | 25 | 362 | 114 | 55 |
| Binary | 100001 | 11011 | 11001001 | 1010100 | 1010111 | 0 | 10101 | 11110010 | 1001100 | 101101 |
Color Harmonies of #211BC9
Complementary color
Monochromatic Colors of #211BC9
Black with #211BC9
Text Example
Text Example
White with #211BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BC9; }
p { color: rgb(33,27,201); }
H1.HeaderClassName
{
color: #211BC9;
}
.AnyTagClassName
{
color: #211BC9;
}
</style>
background-color css
<style>
a { background-color: #211BC9; }
a { background-color: rgb(33,27,201); }
div.DivClassName
{
background-color: #211BC9;
}
.BgClassName
{
background-color: #211BC9;
}
</style>
border-color css
<style>
span { border-color: #211BC9; }
span { border-color: rgb(33,27,201); }
td.TdClassName
{
border-color: #211BC9;
}
.TagClassName
{
border-color: #211BC9;
}
</style>