Shades of Persian Blue #2A20DD
Tints of Persian Blue #2A20DD
RGB
CMYK
RGB Variations
Color information
#2A20DD (or 0x2A20DD) is known color: Persian Blue. HEX triplet: 2A, 20 and DD. RGB value is (42,32,221). Sum of RGB (Red+Green+Blue) = 42+32+221=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 221 (86.72% from 255 or 74.92% from 295); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A20DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A20DD is #D5DF22. Grayscale: #373737. Windows color (decimal): -14016291 or 14491690. OLE color: 14491690.
HSL color Cylindrical-coordinate representation of color #2A20DD: hue angle of 243.17º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A20DD is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 32 | 221 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.13 |
| HSL | 243.17º | 0.75% | 0.5% | - |
| HSV(B) | 243.17º | 0.86% | 0.87% | - |
| XYZ | 14.52 | 6.75 | 68.94 | - |
| YUV | 56.54 | 220.81 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 221 | 0.81 | 0.86 | 0 | 0.13 | 243.17 | 0.75 | 0.5 |
| Hex | 2A | 20 | DD | 51 | 56 | 0 | D | F3 | 4B | 32 |
| Octal | 52 | 40 | 335 | 121 | 126 | 0 | 15 | 363 | 113 | 62 |
| Binary | 101010 | 100000 | 11011101 | 1010001 | 1010110 | 0 | 1101 | 11110011 | 1001011 | 110010 |
Color Harmonies of #2A20DD
Complementary color
Monochromatic Colors of #2A20DD
Black with #2A20DD
Text Example
Text Example
White with #2A20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A20DD; }
p { color: rgb(42,32,221); }
H1.HeaderClassName
{
color: #2A20DD;
}
.AnyTagClassName
{
color: #2A20DD;
}
</style>
background-color css
<style>
a { background-color: #2A20DD; }
a { background-color: rgb(42,32,221); }
div.DivClassName
{
background-color: #2A20DD;
}
.BgClassName
{
background-color: #2A20DD;
}
</style>
border-color css
<style>
span { border-color: #2A20DD; }
span { border-color: rgb(42,32,221); }
td.TdClassName
{
border-color: #2A20DD;
}
.TagClassName
{
border-color: #2A20DD;
}
</style>