Shades of Persian Blue #211FCB
Tints of Persian Blue #211FCB
RGB
CMYK
RGB Variations
Color information
#211FCB (or 0x211FCB) is known color: Persian Blue. HEX triplet: 21, 1F and CB. RGB value is (33,31,203). Sum of RGB (Red+Green+Blue) = 33+31+203=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #211FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCB is #DEE034. Grayscale: #323232. Windows color (decimal): -14606389 or 13311777. OLE color: 13311777.
HSL color Cylindrical-coordinate representation of color #211FCB: hue angle of 240.7º 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 #211FCB is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 31 | 203 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.20 |
| HSL | 240.7º | 0.74% | 0.46% | - |
| HSV(B) | 240.7º | 0.85% | 0.8% | - |
| XYZ | 11.9 | 5.62 | 56.96 | - |
| YUV | 51.21 | 213.66 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 203 | 0.84 | 0.85 | 0 | 0.20 | 240.7 | 0.74 | 0.46 |
| Hex | 21 | 1F | CB | 54 | 55 | 0 | 14 | F1 | 4A | 2E |
| Octal | 41 | 37 | 313 | 124 | 125 | 0 | 24 | 361 | 112 | 56 |
| Binary | 100001 | 11111 | 11001011 | 1010100 | 1010101 | 0 | 10100 | 11110001 | 1001010 | 101110 |
Color Harmonies of #211FCB
Complementary color
Monochromatic Colors of #211FCB
Black with #211FCB
Text Example
Text Example
White with #211FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211FCB; }
p { color: rgb(33,31,203); }
H1.HeaderClassName
{
color: #211FCB;
}
.AnyTagClassName
{
color: #211FCB;
}
</style>
background-color css
<style>
a { background-color: #211FCB; }
a { background-color: rgb(33,31,203); }
div.DivClassName
{
background-color: #211FCB;
}
.BgClassName
{
background-color: #211FCB;
}
</style>
border-color css
<style>
span { border-color: #211FCB; }
span { border-color: rgb(33,31,203); }
td.TdClassName
{
border-color: #211FCB;
}
.TagClassName
{
border-color: #211FCB;
}
</style>