Shades of Persian Blue #2A2CE1
Tints of Persian Blue #2A2CE1
RGB
CMYK
RGB Variations
Color information
#2A2CE1 (or 0x2A2CE1) is known color: Persian Blue. HEX triplet: 2A, 2C and E1. RGB value is (42,44,225). Sum of RGB (Red+Green+Blue) = 42+44+225=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #2A2CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2CE1 is #D5D31E. Grayscale: #3F3F3F. Windows color (decimal): -14013215 or 14756906. OLE color: 14756906.
HSL color Cylindrical-coordinate representation of color #2A2CE1: hue angle of 239.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A2CE1 is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 44 | 225 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.12 |
| HSL | 239.34º | 0.75% | 0.52% | - |
| HSV(B) | 239.34º | 0.81% | 0.88% | - |
| XYZ | 15.45 | 7.73 | 71.91 | - |
| YUV | 64.04 | 218.84 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 44 | 225 | 0.81 | 0.80 | 0 | 0.12 | 239.34 | 0.75 | 0.52 |
| Hex | 2A | 2C | E1 | 51 | 50 | 0 | C | EF | 4B | 34 |
| Octal | 52 | 54 | 341 | 121 | 120 | 0 | 14 | 357 | 113 | 64 |
| Binary | 101010 | 101100 | 11100001 | 1010001 | 1010000 | 0 | 1100 | 11101111 | 1001011 | 110100 |
Color Harmonies of #2A2CE1
Complementary color
Monochromatic Colors of #2A2CE1
Black with #2A2CE1
Text Example
Text Example
White with #2A2CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2CE1; }
p { color: rgb(42,44,225); }
H1.HeaderClassName
{
color: #2A2CE1;
}
.AnyTagClassName
{
color: #2A2CE1;
}
</style>
background-color css
<style>
a { background-color: #2A2CE1; }
a { background-color: rgb(42,44,225); }
div.DivClassName
{
background-color: #2A2CE1;
}
.BgClassName
{
background-color: #2A2CE1;
}
</style>
border-color css
<style>
span { border-color: #2A2CE1; }
span { border-color: rgb(42,44,225); }
td.TdClassName
{
border-color: #2A2CE1;
}
.TagClassName
{
border-color: #2A2CE1;
}
</style>