Shades of Persian Blue #2132AB
Tints of Persian Blue #2132AB
RGB
CMYK
RGB Variations
Color information
#2132AB (or 0x2132AB) is known color: Persian Blue. HEX triplet: 21, 32 and AB. RGB value is (33,50,171). Sum of RGB (Red+Green+Blue) = 33+50+171=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #2132AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2132AB is #DECD54. Grayscale: #3A3A3A. Windows color (decimal): -14601557 or 11219489. OLE color: 11219489.
HSL color Cylindrical-coordinate representation of color #2132AB: hue angle of 232.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2132AB is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 50 | 171 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.33 |
| HSL | 232.61º | 0.68% | 0.4% | - |
| HSV(B) | 232.61º | 0.81% | 0.67% | - |
| XYZ | 9.12 | 5.54 | 39.12 | - |
| YUV | 58.71 | 191.37 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 171 | 0.81 | 0.71 | 0 | 0.33 | 232.61 | 0.68 | 0.4 |
| Hex | 21 | 32 | AB | 51 | 47 | 0 | 21 | E9 | 44 | 28 |
| Octal | 41 | 62 | 253 | 121 | 107 | 0 | 41 | 351 | 104 | 50 |
| Binary | 100001 | 110010 | 10101011 | 1010001 | 1000111 | 0 | 100001 | 11101001 | 1000100 | 101000 |
Color Harmonies of #2132AB
Complementary color
Monochromatic Colors of #2132AB
Black with #2132AB
Text Example
Text Example
White with #2132AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2132AB; }
p { color: rgb(33,50,171); }
H1.HeaderClassName
{
color: #2132AB;
}
.AnyTagClassName
{
color: #2132AB;
}
</style>
background-color css
<style>
a { background-color: #2132AB; }
a { background-color: rgb(33,50,171); }
div.DivClassName
{
background-color: #2132AB;
}
.BgClassName
{
background-color: #2132AB;
}
</style>
border-color css
<style>
span { border-color: #2132AB; }
span { border-color: rgb(33,50,171); }
td.TdClassName
{
border-color: #2132AB;
}
.TagClassName
{
border-color: #2132AB;
}
</style>