Shades of Persian Blue #211CC1
Tints of Persian Blue #211CC1
RGB
CMYK
RGB Variations
Color information
#211CC1 (or 0x211CC1) is known color: Persian Blue. HEX triplet: 21, 1C and C1. RGB value is (33,28,193). Sum of RGB (Red+Green+Blue) = 33+28+193=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #211CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CC1 is #DEE33E. Grayscale: #2F2F2F. Windows color (decimal): -14607167 or 12655649. OLE color: 12655649.
HSL color Cylindrical-coordinate representation of color #211CC1: hue angle of 241.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211CC1 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 28 | 193 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.24 |
| HSL | 241.82º | 0.75% | 0.43% | - |
| HSV(B) | 241.82º | 0.85% | 0.76% | - |
| XYZ | 10.67 | 5 | 50.86 | - |
| YUV | 48.31 | 209.66 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 193 | 0.83 | 0.85 | 0 | 0.24 | 241.82 | 0.75 | 0.43 |
| Hex | 21 | 1C | C1 | 53 | 55 | 0 | 18 | F2 | 4B | 2B |
| Octal | 41 | 34 | 301 | 123 | 125 | 0 | 30 | 362 | 113 | 53 |
| Binary | 100001 | 11100 | 11000001 | 1010011 | 1010101 | 0 | 11000 | 11110010 | 1001011 | 101011 |
Color Harmonies of #211CC1
Complementary color
Monochromatic Colors of #211CC1
Black with #211CC1
Text Example
Text Example
White with #211CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CC1; }
p { color: rgb(33,28,193); }
H1.HeaderClassName
{
color: #211CC1;
}
.AnyTagClassName
{
color: #211CC1;
}
</style>
background-color css
<style>
a { background-color: #211CC1; }
a { background-color: rgb(33,28,193); }
div.DivClassName
{
background-color: #211CC1;
}
.BgClassName
{
background-color: #211CC1;
}
</style>
border-color css
<style>
span { border-color: #211CC1; }
span { border-color: rgb(33,28,193); }
td.TdClassName
{
border-color: #211CC1;
}
.TagClassName
{
border-color: #211CC1;
}
</style>