Shades of Persian Blue #211FC8
Tints of Persian Blue #211FC8
RGB
CMYK
RGB Variations
Color information
#211FC8 (or 0x211FC8) is known color: Persian Blue. HEX triplet: 21, 1F and C8. RGB value is (33,31,200). Sum of RGB (Red+Green+Blue) = 33+31+200=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 200 (78.52% from 255 or 75.76% from 264); Max value from RGB is 200 - color contains mainly: blue. Hex color #211FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FC8 is #DEE037. Grayscale: #323232. Windows color (decimal): -14606392 or 13115169. OLE color: 13115169.
HSL color Cylindrical-coordinate representation of color #211FC8: hue angle of 240.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FC8 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 31 | 200 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.22 |
| HSL | 240.71º | 0.73% | 0.45% | - |
| HSV(B) | 240.71º | 0.85% | 0.78% | - |
| XYZ | 11.54 | 5.47 | 55.09 | - |
| YUV | 50.86 | 212.16 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 200 | 0.84 | 0.84 | 0 | 0.22 | 240.71 | 0.73 | 0.45 |
| Hex | 21 | 1F | C8 | 54 | 54 | 0 | 16 | F1 | 49 | 2D |
| Octal | 41 | 37 | 310 | 124 | 124 | 0 | 26 | 361 | 111 | 55 |
| Binary | 100001 | 11111 | 11001000 | 1010100 | 1010100 | 0 | 10110 | 11110001 | 1001001 | 101101 |
Color Harmonies of #211FC8
Complementary color
Monochromatic Colors of #211FC8
Black with #211FC8
Text Example
Text Example
White with #211FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FC8; }
p { color: rgb(33,31,200); }
H1.HeaderClassName
{
color: #211FC8;
}
.AnyTagClassName
{
color: #211FC8;
}
</style>
background-color css
<style>
a { background-color: #211FC8; }
a { background-color: rgb(33,31,200); }
div.DivClassName
{
background-color: #211FC8;
}
.BgClassName
{
background-color: #211FC8;
}
</style>
border-color css
<style>
span { border-color: #211FC8; }
span { border-color: rgb(33,31,200); }
td.TdClassName
{
border-color: #211FC8;
}
.TagClassName
{
border-color: #211FC8;
}
</style>