Shades of Persian Blue #2132AF
Tints of Persian Blue #2132AF
RGB
CMYK
RGB Variations
Color information
#2132AF (or 0x2132AF) is known color: Persian Blue. HEX triplet: 21, 32 and AF. RGB value is (33,50,175). Sum of RGB (Red+Green+Blue) = 33+50+175=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #2132AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2132AF is #DECD50. Grayscale: #3A3A3A. Windows color (decimal): -14601553 or 11481633. OLE color: 11481633.
HSL color Cylindrical-coordinate representation of color #2132AF: hue angle of 232.82º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2132AF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 50 | 175 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.31 |
| HSL | 232.82º | 0.68% | 0.41% | - |
| HSV(B) | 232.82º | 0.81% | 0.69% | - |
| XYZ | 9.51 | 5.7 | 41.16 | - |
| YUV | 59.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 175 | 0.81 | 0.71 | 0 | 0.31 | 232.82 | 0.68 | 0.41 |
| Hex | 21 | 32 | AF | 51 | 47 | 0 | 1F | E9 | 44 | 29 |
| Octal | 41 | 62 | 257 | 121 | 107 | 0 | 37 | 351 | 104 | 51 |
| Binary | 100001 | 110010 | 10101111 | 1010001 | 1000111 | 0 | 11111 | 11101001 | 1000100 | 101001 |
Color Harmonies of #2132AF
Complementary color
Monochromatic Colors of #2132AF
Black with #2132AF
Text Example
Text Example
White with #2132AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2132AF; }
p { color: rgb(33,50,175); }
H1.HeaderClassName
{
color: #2132AF;
}
.AnyTagClassName
{
color: #2132AF;
}
</style>
background-color css
<style>
a { background-color: #2132AF; }
a { background-color: rgb(33,50,175); }
div.DivClassName
{
background-color: #2132AF;
}
.BgClassName
{
background-color: #2132AF;
}
</style>
border-color css
<style>
span { border-color: #2132AF; }
span { border-color: rgb(33,50,175); }
td.TdClassName
{
border-color: #2132AF;
}
.TagClassName
{
border-color: #2132AF;
}
</style>