Shades of Persian Blue #2031AC
Tints of Persian Blue #2031AC
RGB
CMYK
RGB Variations
Color information
#2031AC (or 0x2031AC) is known color: Persian Blue. HEX triplet: 20, 31 and AC. RGB value is (32,49,172). Sum of RGB (Red+Green+Blue) = 32+49+172=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #2031AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2031AC is #DFCE53. Grayscale: #393939. Windows color (decimal): -14667348 or 11284768. OLE color: 11284768.
HSL color Cylindrical-coordinate representation of color #2031AC: hue angle of 232.71º 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 #2031AC is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 49 | 172 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.33 |
| HSL | 232.71º | 0.69% | 0.4% | - |
| HSV(B) | 232.71º | 0.81% | 0.67% | - |
| XYZ | 9.14 | 5.48 | 39.61 | - |
| YUV | 57.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 172 | 0.81 | 0.72 | 0 | 0.33 | 232.71 | 0.69 | 0.4 |
| Hex | 20 | 31 | AC | 51 | 48 | 0 | 21 | E9 | 45 | 28 |
| Octal | 40 | 61 | 254 | 121 | 110 | 0 | 41 | 351 | 105 | 50 |
| Binary | 100000 | 110001 | 10101100 | 1010001 | 1001000 | 0 | 100001 | 11101001 | 1000101 | 101000 |
Color Harmonies of #2031AC
Complementary color
Monochromatic Colors of #2031AC
Black with #2031AC
Text Example
Text Example
White with #2031AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2031AC; }
p { color: rgb(32,49,172); }
H1.HeaderClassName
{
color: #2031AC;
}
.AnyTagClassName
{
color: #2031AC;
}
</style>
background-color css
<style>
a { background-color: #2031AC; }
a { background-color: rgb(32,49,172); }
div.DivClassName
{
background-color: #2031AC;
}
.BgClassName
{
background-color: #2031AC;
}
</style>
border-color css
<style>
span { border-color: #2031AC; }
span { border-color: rgb(32,49,172); }
td.TdClassName
{
border-color: #2031AC;
}
.TagClassName
{
border-color: #2031AC;
}
</style>