Shades of Persian Blue #211DAD
Tints of Persian Blue #211DAD
RGB
CMYK
RGB Variations
Color information
#211DAD (or 0x211DAD) is known color: Persian Blue. HEX triplet: 21, 1D and AD. RGB value is (33,29,173). Sum of RGB (Red+Green+Blue) = 33+29+173=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #211DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211DAD is #DEE252. Grayscale: #2E2E2E. Windows color (decimal): -14606931 or 11345185. OLE color: 11345185.
HSL color Cylindrical-coordinate representation of color #211DAD: hue angle of 241.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211DAD is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 29 | 173 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.32 |
| HSL | 241.67º | 0.71% | 0.4% | - |
| HSV(B) | 241.67º | 0.83% | 0.68% | - |
| XYZ | 8.61 | 4.22 | 39.9 | - |
| YUV | 46.61 | 199.33 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 173 | 0.81 | 0.83 | 0 | 0.32 | 241.67 | 0.71 | 0.4 |
| Hex | 21 | 1D | AD | 51 | 53 | 0 | 20 | F2 | 47 | 28 |
| Octal | 41 | 35 | 255 | 121 | 123 | 0 | 40 | 362 | 107 | 50 |
| Binary | 100001 | 11101 | 10101101 | 1010001 | 1010011 | 0 | 100000 | 11110010 | 1000111 | 101000 |
Color Harmonies of #211DAD
Complementary color
Monochromatic Colors of #211DAD
Black with #211DAD
Text Example
Text Example
White with #211DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DAD; }
p { color: rgb(33,29,173); }
H1.HeaderClassName
{
color: #211DAD;
}
.AnyTagClassName
{
color: #211DAD;
}
</style>
background-color css
<style>
a { background-color: #211DAD; }
a { background-color: rgb(33,29,173); }
div.DivClassName
{
background-color: #211DAD;
}
.BgClassName
{
background-color: #211DAD;
}
</style>
border-color css
<style>
span { border-color: #211DAD; }
span { border-color: rgb(33,29,173); }
td.TdClassName
{
border-color: #211DAD;
}
.TagClassName
{
border-color: #211DAD;
}
</style>