Shades of Persian Blue #2A20AA
Tints of Persian Blue #2A20AA
RGB
CMYK
RGB Variations
Color information
#2A20AA (or 0x2A20AA) is known color: Persian Blue. HEX triplet: 2A, 20 and AA. RGB value is (42,32,170). Sum of RGB (Red+Green+Blue) = 42+32+170=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A20AA is #D5DF55. Grayscale: #323232. Windows color (decimal): -14016342 or 11149354. OLE color: 11149354.
HSL color Cylindrical-coordinate representation of color #2A20AA: hue angle of 244.35º 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 #2A20AA is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 32 | 170 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.33 |
| HSL | 244.35º | 0.68% | 0.4% | - |
| HSV(B) | 244.35º | 0.81% | 0.67% | - |
| XYZ | 8.73 | 4.43 | 38.42 | - |
| YUV | 50.72 | 195.31 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 170 | 0.75 | 0.81 | 0 | 0.33 | 244.35 | 0.68 | 0.4 |
| Hex | 2A | 20 | AA | 4B | 51 | 0 | 21 | F4 | 44 | 28 |
| Octal | 52 | 40 | 252 | 113 | 121 | 0 | 41 | 364 | 104 | 50 |
| Binary | 101010 | 100000 | 10101010 | 1001011 | 1010001 | 0 | 100001 | 11110100 | 1000100 | 101000 |
Color Harmonies of #2A20AA
Complementary color
Monochromatic Colors of #2A20AA
Black with #2A20AA
Text Example
Text Example
White with #2A20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A20AA; }
p { color: rgb(42,32,170); }
H1.HeaderClassName
{
color: #2A20AA;
}
.AnyTagClassName
{
color: #2A20AA;
}
</style>
background-color css
<style>
a { background-color: #2A20AA; }
a { background-color: rgb(42,32,170); }
div.DivClassName
{
background-color: #2A20AA;
}
.BgClassName
{
background-color: #2A20AA;
}
</style>
border-color css
<style>
span { border-color: #2A20AA; }
span { border-color: rgb(42,32,170); }
td.TdClassName
{
border-color: #2A20AA;
}
.TagClassName
{
border-color: #2A20AA;
}
</style>