Shades of Persian Blue #211BD0
Tints of Persian Blue #211BD0
RGB
CMYK
RGB Variations
Color information
#211BD0 (or 0x211BD0) is known color: Persian Blue. HEX triplet: 21, 1B and D0. RGB value is (33,27,208). Sum of RGB (Red+Green+Blue) = 33+27+208=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 208 (81.64% from 255 or 77.61% from 268); Max value from RGB is 208 - color contains mainly: blue. Hex color #211BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BD0 is #DEE42F. Grayscale: #303030. Windows color (decimal): -14607408 or 13638433. OLE color: 13638433.
HSL color Cylindrical-coordinate representation of color #211BD0: hue angle of 241.99º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211BD0 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 27 | 208 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.18 |
| HSL | 241.99º | 0.77% | 0.46% | - |
| HSV(B) | 241.99º | 0.87% | 0.82% | - |
| XYZ | 12.4 | 5.66 | 60.11 | - |
| YUV | 49.43 | 217.49 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 208 | 0.84 | 0.87 | 0 | 0.18 | 241.99 | 0.77 | 0.46 |
| Hex | 21 | 1B | D0 | 54 | 57 | 0 | 12 | F2 | 4D | 2E |
| Octal | 41 | 33 | 320 | 124 | 127 | 0 | 22 | 362 | 115 | 56 |
| Binary | 100001 | 11011 | 11010000 | 1010100 | 1010111 | 0 | 10010 | 11110010 | 1001101 | 101110 |
Color Harmonies of #211BD0
Complementary color
Monochromatic Colors of #211BD0
Black with #211BD0
Text Example
Text Example
White with #211BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BD0; }
p { color: rgb(33,27,208); }
H1.HeaderClassName
{
color: #211BD0;
}
.AnyTagClassName
{
color: #211BD0;
}
</style>
background-color css
<style>
a { background-color: #211BD0; }
a { background-color: rgb(33,27,208); }
div.DivClassName
{
background-color: #211BD0;
}
.BgClassName
{
background-color: #211BD0;
}
</style>
border-color css
<style>
span { border-color: #211BD0; }
span { border-color: rgb(33,27,208); }
td.TdClassName
{
border-color: #211BD0;
}
.TagClassName
{
border-color: #211BD0;
}
</style>