Shades of Persian Blue #211CCC
Tints of Persian Blue #211CCC
RGB
CMYK
RGB Variations
Color information
#211CCC (or 0x211CCC) is known color: Persian Blue. HEX triplet: 21, 1C and CC. RGB value is (33,28,204). Sum of RGB (Red+Green+Blue) = 33+28+204=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #211CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CCC is #DEE333. Grayscale: #303030. Windows color (decimal): -14607156 or 13376545. OLE color: 13376545.
HSL color Cylindrical-coordinate representation of color #211CCC: hue angle of 241.7º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211CCC is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 28 | 204 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.2 |
| HSL | 241.7º | 0.76% | 0.45% | - |
| HSV(B) | 241.7º | 0.86% | 0.8% | - |
| XYZ | 11.94 | 5.51 | 57.56 | - |
| YUV | 49.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 204 | 0.84 | 0.86 | 0 | 0.2 | 241.7 | 0.76 | 0.45 |
| Hex | 21 | 1C | CC | 54 | 56 | 0 | 14 | F2 | 4C | 2D |
| Octal | 41 | 34 | 314 | 124 | 126 | 0 | 24 | 362 | 114 | 55 |
| Binary | 100001 | 11100 | 11001100 | 1010100 | 1010110 | 0 | 10100 | 11110010 | 1001100 | 101101 |
Color Harmonies of #211CCC
Complementary color
Monochromatic Colors of #211CCC
Black with #211CCC
Text Example
Text Example
White with #211CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CCC; }
p { color: rgb(33,28,204); }
H1.HeaderClassName
{
color: #211CCC;
}
.AnyTagClassName
{
color: #211CCC;
}
</style>
background-color css
<style>
a { background-color: #211CCC; }
a { background-color: rgb(33,28,204); }
div.DivClassName
{
background-color: #211CCC;
}
.BgClassName
{
background-color: #211CCC;
}
</style>
border-color css
<style>
span { border-color: #211CCC; }
span { border-color: rgb(33,28,204); }
td.TdClassName
{
border-color: #211CCC;
}
.TagClassName
{
border-color: #211CCC;
}
</style>