Shades of Persian Blue #211FCC
Tints of Persian Blue #211FCC
RGB
CMYK
RGB Variations
Color information
#211FCC (or 0x211FCC) is known color: Persian Blue. HEX triplet: 21, 1F and CC. RGB value is (33,31,204). Sum of RGB (Red+Green+Blue) = 33+31+204=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #211FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCC is #DEE033. Grayscale: #323232. Windows color (decimal): -14606388 or 13377313. OLE color: 13377313.
HSL color Cylindrical-coordinate representation of color #211FCC: hue angle of 240.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FCC is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 31 | 204 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.2 |
| HSL | 240.69º | 0.74% | 0.46% | - |
| HSV(B) | 240.69º | 0.85% | 0.8% | - |
| XYZ | 12.02 | 5.66 | 57.59 | - |
| YUV | 51.32 | 214.16 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 204 | 0.84 | 0.85 | 0 | 0.2 | 240.69 | 0.74 | 0.46 |
| Hex | 21 | 1F | CC | 54 | 55 | 0 | 14 | F1 | 4A | 2E |
| Octal | 41 | 37 | 314 | 124 | 125 | 0 | 24 | 361 | 112 | 56 |
| Binary | 100001 | 11111 | 11001100 | 1010100 | 1010101 | 0 | 10100 | 11110001 | 1001010 | 101110 |
Color Harmonies of #211FCC
Complementary color
Monochromatic Colors of #211FCC
Black with #211FCC
Text Example
Text Example
White with #211FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FCC; }
p { color: rgb(33,31,204); }
H1.HeaderClassName
{
color: #211FCC;
}
.AnyTagClassName
{
color: #211FCC;
}
</style>
background-color css
<style>
a { background-color: #211FCC; }
a { background-color: rgb(33,31,204); }
div.DivClassName
{
background-color: #211FCC;
}
.BgClassName
{
background-color: #211FCC;
}
</style>
border-color css
<style>
span { border-color: #211FCC; }
span { border-color: rgb(33,31,204); }
td.TdClassName
{
border-color: #211FCC;
}
.TagClassName
{
border-color: #211FCC;
}
</style>