Shades of Persian Blue #211ABE
Tints of Persian Blue #211ABE
RGB
CMYK
RGB Variations
Color information
#211ABE (or 0x211ABE) is known color: Persian Blue. HEX triplet: 21, 1A and BE. RGB value is (33,26,190). Sum of RGB (Red+Green+Blue) = 33+26+190=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 190 (74.61% from 255 or 76.31% from 249); Max value from RGB is 190 - color contains mainly: blue. Hex color #211ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ABE is #DEE541. Grayscale: #2E2E2E. Windows color (decimal): -14607682 or 12458529. OLE color: 12458529.
HSL color Cylindrical-coordinate representation of color #211ABE: hue angle of 242.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211ABE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 26 | 190 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.25 |
| HSL | 242.56º | 0.76% | 0.42% | - |
| HSV(B) | 242.56º | 0.86% | 0.75% | - |
| XYZ | 10.29 | 4.78 | 49.1 | - |
| YUV | 46.79 | 208.82 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 190 | 0.83 | 0.86 | 0 | 0.25 | 242.56 | 0.76 | 0.42 |
| Hex | 21 | 1A | BE | 53 | 56 | 0 | 19 | F3 | 4C | 2A |
| Octal | 41 | 32 | 276 | 123 | 126 | 0 | 31 | 363 | 114 | 52 |
| Binary | 100001 | 11010 | 10111110 | 1010011 | 1010110 | 0 | 11001 | 11110011 | 1001100 | 101010 |
Color Harmonies of #211ABE
Complementary color
Monochromatic Colors of #211ABE
Black with #211ABE
Text Example
Text Example
White with #211ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211ABE; }
p { color: rgb(33,26,190); }
H1.HeaderClassName
{
color: #211ABE;
}
.AnyTagClassName
{
color: #211ABE;
}
</style>
background-color css
<style>
a { background-color: #211ABE; }
a { background-color: rgb(33,26,190); }
div.DivClassName
{
background-color: #211ABE;
}
.BgClassName
{
background-color: #211ABE;
}
</style>
border-color css
<style>
span { border-color: #211ABE; }
span { border-color: rgb(33,26,190); }
td.TdClassName
{
border-color: #211ABE;
}
.TagClassName
{
border-color: #211ABE;
}
</style>