Shades of Persian Blue #211AC7
Tints of Persian Blue #211AC7
RGB
CMYK
RGB Variations
Color information
#211AC7 (or 0x211AC7) is known color: Persian Blue. HEX triplet: 21, 1A and C7. RGB value is (33,26,199). Sum of RGB (Red+Green+Blue) = 33+26+199=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 199 (78.12% from 255 or 77.13% from 258); Max value from RGB is 199 - color contains mainly: blue. Hex color #211AC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AC7 is #DEE538. Grayscale: #2F2F2F. Windows color (decimal): -14607673 or 13048353. OLE color: 13048353.
HSL color Cylindrical-coordinate representation of color #211AC7: hue angle of 242.43º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211AC7 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 26 | 199 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.22 |
| HSL | 242.43º | 0.77% | 0.44% | - |
| HSV(B) | 242.43º | 0.87% | 0.78% | - |
| XYZ | 11.31 | 5.19 | 54.44 | - |
| YUV | 47.82 | 213.32 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 199 | 0.83 | 0.87 | 0 | 0.22 | 242.43 | 0.77 | 0.44 |
| Hex | 21 | 1A | C7 | 53 | 57 | 0 | 16 | F2 | 4D | 2C |
| Octal | 41 | 32 | 307 | 123 | 127 | 0 | 26 | 362 | 115 | 54 |
| Binary | 100001 | 11010 | 11000111 | 1010011 | 1010111 | 0 | 10110 | 11110010 | 1001101 | 101100 |
Color Harmonies of #211AC7
Complementary color
Monochromatic Colors of #211AC7
Black with #211AC7
Text Example
Text Example
White with #211AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AC7; }
p { color: rgb(33,26,199); }
H1.HeaderClassName
{
color: #211AC7;
}
.AnyTagClassName
{
color: #211AC7;
}
</style>
background-color css
<style>
a { background-color: #211AC7; }
a { background-color: rgb(33,26,199); }
div.DivClassName
{
background-color: #211AC7;
}
.BgClassName
{
background-color: #211AC7;
}
</style>
border-color css
<style>
span { border-color: #211AC7; }
span { border-color: rgb(33,26,199); }
td.TdClassName
{
border-color: #211AC7;
}
.TagClassName
{
border-color: #211AC7;
}
</style>