Shades of Persian Blue #2A32CA
Tints of Persian Blue #2A32CA
RGB
CMYK
RGB Variations
Color information
#2A32CA (or 0x2A32CA) is known color: Persian Blue. HEX triplet: 2A, 32 and CA. RGB value is (42,50,202). Sum of RGB (Red+Green+Blue) = 42+50+202=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A32CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A32CA is #D5CD35. Grayscale: #404040. Windows color (decimal): -14011702 or 13251114. OLE color: 13251114.
HSL color Cylindrical-coordinate representation of color #2A32CA: hue angle of 237º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A32CA is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 50 | 202 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.21 |
| HSL | 237º | 0.66% | 0.48% | - |
| HSV(B) | 237º | 0.79% | 0.79% | - |
| XYZ | 12.76 | 7.04 | 56.56 | - |
| YUV | 64.94 | 205.35 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 202 | 0.79 | 0.75 | 0 | 0.21 | 237 | 0.66 | 0.48 |
| Hex | 2A | 32 | CA | 4F | 4B | 0 | 15 | ED | 42 | 30 |
| Octal | 52 | 62 | 312 | 117 | 113 | 0 | 25 | 355 | 102 | 60 |
| Binary | 101010 | 110010 | 11001010 | 1001111 | 1001011 | 0 | 10101 | 11101101 | 1000010 | 110000 |
Color Harmonies of #2A32CA
Complementary color
Monochromatic Colors of #2A32CA
Black with #2A32CA
Text Example
Text Example
White with #2A32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A32CA; }
p { color: rgb(42,50,202); }
H1.HeaderClassName
{
color: #2A32CA;
}
.AnyTagClassName
{
color: #2A32CA;
}
</style>
background-color css
<style>
a { background-color: #2A32CA; }
a { background-color: rgb(42,50,202); }
div.DivClassName
{
background-color: #2A32CA;
}
.BgClassName
{
background-color: #2A32CA;
}
</style>
border-color css
<style>
span { border-color: #2A32CA; }
span { border-color: rgb(42,50,202); }
td.TdClassName
{
border-color: #2A32CA;
}
.TagClassName
{
border-color: #2A32CA;
}
</style>