Shades of Persian Blue #211CB7
Tints of Persian Blue #211CB7
RGB
CMYK
RGB Variations
Color information
#211CB7 (or 0x211CB7) is known color: Persian Blue. HEX triplet: 21, 1C and B7. RGB value is (33,28,183). Sum of RGB (Red+Green+Blue) = 33+28+183=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #211CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CB7 is #DEE348. Grayscale: #2E2E2E. Windows color (decimal): -14607177 or 12000289. OLE color: 12000289.
HSL color Cylindrical-coordinate representation of color #211CB7: hue angle of 241.94º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211CB7 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 28 | 183 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.28 |
| HSL | 241.94º | 0.73% | 0.41% | - |
| HSV(B) | 241.94º | 0.85% | 0.72% | - |
| XYZ | 9.59 | 4.57 | 45.18 | - |
| YUV | 47.17 | 204.66 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 183 | 0.82 | 0.85 | 0 | 0.28 | 241.94 | 0.73 | 0.41 |
| Hex | 21 | 1C | B7 | 52 | 55 | 0 | 1C | F2 | 49 | 29 |
| Octal | 41 | 34 | 267 | 122 | 125 | 0 | 34 | 362 | 111 | 51 |
| Binary | 100001 | 11100 | 10110111 | 1010010 | 1010101 | 0 | 11100 | 11110010 | 1001001 | 101001 |
Color Harmonies of #211CB7
Complementary color
Monochromatic Colors of #211CB7
Black with #211CB7
Text Example
Text Example
White with #211CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CB7; }
p { color: rgb(33,28,183); }
H1.HeaderClassName
{
color: #211CB7;
}
.AnyTagClassName
{
color: #211CB7;
}
</style>
background-color css
<style>
a { background-color: #211CB7; }
a { background-color: rgb(33,28,183); }
div.DivClassName
{
background-color: #211CB7;
}
.BgClassName
{
background-color: #211CB7;
}
</style>
border-color css
<style>
span { border-color: #211CB7; }
span { border-color: rgb(33,28,183); }
td.TdClassName
{
border-color: #211CB7;
}
.TagClassName
{
border-color: #211CB7;
}
</style>