Shades of Persian Blue #211DDA
Tints of Persian Blue #211DDA
RGB
CMYK
RGB Variations
Color information
#211DDA (or 0x211DDA) is known color: Persian Blue. HEX triplet: 21, 1D and DA. RGB value is (33,29,218). Sum of RGB (Red+Green+Blue) = 33+29+218=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #211DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DDA is #DEE225. Grayscale: #323232. Windows color (decimal): -14606886 or 14294305. OLE color: 14294305.
HSL color Cylindrical-coordinate representation of color #211DDA: hue angle of 241.27º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211DDA is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 29 | 218 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.15 |
| HSL | 241.27º | 0.77% | 0.48% | - |
| HSV(B) | 241.27º | 0.87% | 0.85% | - |
| XYZ | 13.72 | 6.26 | 66.82 | - |
| YUV | 51.74 | 221.83 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 218 | 0.85 | 0.87 | 0 | 0.15 | 241.27 | 0.77 | 0.48 |
| Hex | 21 | 1D | DA | 55 | 57 | 0 | F | F1 | 4D | 30 |
| Octal | 41 | 35 | 332 | 125 | 127 | 0 | 17 | 361 | 115 | 60 |
| Binary | 100001 | 11101 | 11011010 | 1010101 | 1010111 | 0 | 1111 | 11110001 | 1001101 | 110000 |
Color Harmonies of #211DDA
Complementary color
Monochromatic Colors of #211DDA
Black with #211DDA
Text Example
Text Example
White with #211DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DDA; }
p { color: rgb(33,29,218); }
H1.HeaderClassName
{
color: #211DDA;
}
.AnyTagClassName
{
color: #211DDA;
}
</style>
background-color css
<style>
a { background-color: #211DDA; }
a { background-color: rgb(33,29,218); }
div.DivClassName
{
background-color: #211DDA;
}
.BgClassName
{
background-color: #211DDA;
}
</style>
border-color css
<style>
span { border-color: #211DDA; }
span { border-color: rgb(33,29,218); }
td.TdClassName
{
border-color: #211DDA;
}
.TagClassName
{
border-color: #211DDA;
}
</style>