Shades of Persian Blue #2042AC
Tints of Persian Blue #2042AC
RGB
CMYK
RGB Variations
Color information
#2042AC (or 0x2042AC) is known color: Persian Blue. HEX triplet: 20, 42 and AC. RGB value is (32,66,172). Sum of RGB (Red+Green+Blue) = 32+66+172=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #2042AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2042AC is #DFBD53. Grayscale: #434343. Windows color (decimal): -14662996 or 11289120. OLE color: 11289120.
HSL color Cylindrical-coordinate representation of color #2042AC: hue angle of 225.43º degrees, saturation: 0.69, 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 #2042AC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 66 | 172 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.33 |
| HSL | 225.43º | 0.69% | 0.4% | - |
| HSV(B) | 225.43º | 0.81% | 0.67% | - |
| XYZ | 9.99 | 7.18 | 39.89 | - |
| YUV | 67.92 | 186.74 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 172 | 0.81 | 0.62 | 0 | 0.33 | 225.43 | 0.69 | 0.4 |
| Hex | 20 | 42 | AC | 51 | 3E | 0 | 21 | E1 | 45 | 28 |
| Octal | 40 | 102 | 254 | 121 | 76 | 0 | 41 | 341 | 105 | 50 |
| Binary | 100000 | 1000010 | 10101100 | 1010001 | 111110 | 0 | 100001 | 11100001 | 1000101 | 101000 |
Color Harmonies of #2042AC
Complementary color
Monochromatic Colors of #2042AC
Black with #2042AC
Text Example
Text Example
White with #2042AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2042AC; }
p { color: rgb(32,66,172); }
H1.HeaderClassName
{
color: #2042AC;
}
.AnyTagClassName
{
color: #2042AC;
}
</style>
background-color css
<style>
a { background-color: #2042AC; }
a { background-color: rgb(32,66,172); }
div.DivClassName
{
background-color: #2042AC;
}
.BgClassName
{
background-color: #2042AC;
}
</style>
border-color css
<style>
span { border-color: #2042AC; }
span { border-color: rgb(32,66,172); }
td.TdClassName
{
border-color: #2042AC;
}
.TagClassName
{
border-color: #2042AC;
}
</style>