Shades of Persian Blue #211DAF
Tints of Persian Blue #211DAF
RGB
CMYK
RGB Variations
Color information
#211DAF (or 0x211DAF) is known color: Persian Blue. HEX triplet: 21, 1D and AF. RGB value is (33,29,175). Sum of RGB (Red+Green+Blue) = 33+29+175=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #211DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211DAF is #DEE250. Grayscale: #2E2E2E. Windows color (decimal): -14606929 or 11476257. OLE color: 11476257.
HSL color Cylindrical-coordinate representation of color #211DAF: hue angle of 241.64º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211DAF is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 29 | 175 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.31 |
| HSL | 241.64º | 0.72% | 0.4% | - |
| HSV(B) | 241.64º | 0.83% | 0.69% | - |
| XYZ | 8.8 | 4.3 | 40.92 | - |
| YUV | 46.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 175 | 0.81 | 0.83 | 0 | 0.31 | 241.64 | 0.72 | 0.4 |
| Hex | 21 | 1D | AF | 51 | 53 | 0 | 1F | F2 | 48 | 28 |
| Octal | 41 | 35 | 257 | 121 | 123 | 0 | 37 | 362 | 110 | 50 |
| Binary | 100001 | 11101 | 10101111 | 1010001 | 1010011 | 0 | 11111 | 11110010 | 1001000 | 101000 |
Color Harmonies of #211DAF
Complementary color
Monochromatic Colors of #211DAF
Black with #211DAF
Text Example
Text Example
White with #211DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DAF; }
p { color: rgb(33,29,175); }
H1.HeaderClassName
{
color: #211DAF;
}
.AnyTagClassName
{
color: #211DAF;
}
</style>
background-color css
<style>
a { background-color: #211DAF; }
a { background-color: rgb(33,29,175); }
div.DivClassName
{
background-color: #211DAF;
}
.BgClassName
{
background-color: #211DAF;
}
</style>
border-color css
<style>
span { border-color: #211DAF; }
span { border-color: rgb(33,29,175); }
td.TdClassName
{
border-color: #211DAF;
}
.TagClassName
{
border-color: #211DAF;
}
</style>