Shades of Persian Blue #2A32DA
Tints of Persian Blue #2A32DA
RGB
CMYK
RGB Variations
Color information
#2A32DA (or 0x2A32DA) is known color: Persian Blue. HEX triplet: 2A, 32 and DA. RGB value is (42,50,218). Sum of RGB (Red+Green+Blue) = 42+50+218=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A32DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A32DA is #D5CD25. Grayscale: #424242. Windows color (decimal): -14011686 or 14299690. OLE color: 14299690.
HSL color Cylindrical-coordinate representation of color #2A32DA: hue angle of 237.27º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A32DA is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 50 | 218 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.15 |
| HSL | 237.27º | 0.7% | 0.51% | - |
| HSV(B) | 237.27º | 0.81% | 0.85% | - |
| XYZ | 14.75 | 7.84 | 67.06 | - |
| YUV | 66.76 | 213.35 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 218 | 0.81 | 0.77 | 0 | 0.15 | 237.27 | 0.7 | 0.51 |
| Hex | 2A | 32 | DA | 51 | 4D | 0 | F | ED | 46 | 33 |
| Octal | 52 | 62 | 332 | 121 | 115 | 0 | 17 | 355 | 106 | 63 |
| Binary | 101010 | 110010 | 11011010 | 1010001 | 1001101 | 0 | 1111 | 11101101 | 1000110 | 110011 |
Color Harmonies of #2A32DA
Complementary color
Monochromatic Colors of #2A32DA
Black with #2A32DA
Text Example
Text Example
White with #2A32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A32DA; }
p { color: rgb(42,50,218); }
H1.HeaderClassName
{
color: #2A32DA;
}
.AnyTagClassName
{
color: #2A32DA;
}
</style>
background-color css
<style>
a { background-color: #2A32DA; }
a { background-color: rgb(42,50,218); }
div.DivClassName
{
background-color: #2A32DA;
}
.BgClassName
{
background-color: #2A32DA;
}
</style>
border-color css
<style>
span { border-color: #2A32DA; }
span { border-color: rgb(42,50,218); }
td.TdClassName
{
border-color: #2A32DA;
}
.TagClassName
{
border-color: #2A32DA;
}
</style>