Shades of Persian Blue #211BC7
Tints of Persian Blue #211BC7
RGB
CMYK
RGB Variations
Color information
#211BC7 (or 0x211BC7) is known color: Persian Blue. HEX triplet: 21, 1B and C7. RGB value is (33,27,199). Sum of RGB (Red+Green+Blue) = 33+27+199=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 199 (78.12% from 255 or 76.83% from 259); Max value from RGB is 199 - color contains mainly: blue. Hex color #211BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BC7 is #DEE438. Grayscale: #2F2F2F. Windows color (decimal): -14607417 or 13048609. OLE color: 13048609.
HSL color Cylindrical-coordinate representation of color #211BC7: hue angle of 242.09º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211BC7 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 27 | 199 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.22 |
| HSL | 242.09º | 0.76% | 0.44% | - |
| HSV(B) | 242.09º | 0.86% | 0.78% | - |
| XYZ | 11.33 | 5.23 | 54.45 | - |
| YUV | 48.4 | 212.99 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 199 | 0.83 | 0.86 | 0 | 0.22 | 242.09 | 0.76 | 0.44 |
| Hex | 21 | 1B | C7 | 53 | 56 | 0 | 16 | F2 | 4C | 2C |
| Octal | 41 | 33 | 307 | 123 | 126 | 0 | 26 | 362 | 114 | 54 |
| Binary | 100001 | 11011 | 11000111 | 1010011 | 1010110 | 0 | 10110 | 11110010 | 1001100 | 101100 |
Color Harmonies of #211BC7
Complementary color
Monochromatic Colors of #211BC7
Black with #211BC7
Text Example
Text Example
White with #211BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BC7; }
p { color: rgb(33,27,199); }
H1.HeaderClassName
{
color: #211BC7;
}
.AnyTagClassName
{
color: #211BC7;
}
</style>
background-color css
<style>
a { background-color: #211BC7; }
a { background-color: rgb(33,27,199); }
div.DivClassName
{
background-color: #211BC7;
}
.BgClassName
{
background-color: #211BC7;
}
</style>
border-color css
<style>
span { border-color: #211BC7; }
span { border-color: rgb(33,27,199); }
td.TdClassName
{
border-color: #211BC7;
}
.TagClassName
{
border-color: #211BC7;
}
</style>