Shades of Persian Blue #2042AB
Tints of Persian Blue #2042AB
RGB
CMYK
RGB Variations
Color information
#2042AB (or 0x2042AB) is known color: Persian Blue. HEX triplet: 20, 42 and AB. RGB value is (32,66,171). Sum of RGB (Red+Green+Blue) = 32+66+171=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #2042AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2042AB is #DFBD54. Grayscale: #434343. Windows color (decimal): -14662997 or 11223584. OLE color: 11223584.
HSL color Cylindrical-coordinate representation of color #2042AB: hue angle of 225.32º 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 #2042AB is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 66 | 171 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.33 |
| HSL | 225.32º | 0.68% | 0.4% | - |
| HSV(B) | 225.32º | 0.81% | 0.67% | - |
| XYZ | 9.89 | 7.14 | 39.39 | - |
| YUV | 67.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 171 | 0.81 | 0.61 | 0 | 0.33 | 225.32 | 0.68 | 0.4 |
| Hex | 20 | 42 | AB | 51 | 3D | 0 | 21 | E1 | 44 | 28 |
| Octal | 40 | 102 | 253 | 121 | 75 | 0 | 41 | 341 | 104 | 50 |
| Binary | 100000 | 1000010 | 10101011 | 1010001 | 111101 | 0 | 100001 | 11100001 | 1000100 | 101000 |
Color Harmonies of #2042AB
Complementary color
Monochromatic Colors of #2042AB
Black with #2042AB
Text Example
Text Example
White with #2042AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2042AB; }
p { color: rgb(32,66,171); }
H1.HeaderClassName
{
color: #2042AB;
}
.AnyTagClassName
{
color: #2042AB;
}
</style>
background-color css
<style>
a { background-color: #2042AB; }
a { background-color: rgb(32,66,171); }
div.DivClassName
{
background-color: #2042AB;
}
.BgClassName
{
background-color: #2042AB;
}
</style>
border-color css
<style>
span { border-color: #2042AB; }
span { border-color: rgb(32,66,171); }
td.TdClassName
{
border-color: #2042AB;
}
.TagClassName
{
border-color: #2042AB;
}
</style>