Shades of Persian Blue #2E29AA
Tints of Persian Blue #2E29AA
RGB
CMYK
RGB Variations
Color information
#2E29AA (or 0x2E29AA) is known color: Persian Blue. HEX triplet: 2E, 29 and AA. RGB value is (46,41,170). Sum of RGB (Red+Green+Blue) = 46+41+170=257 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.90% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E29AA is #D1D655. Grayscale: #383838. Windows color (decimal): -13751894 or 11151662. OLE color: 11151662.
HSL color Cylindrical-coordinate representation of color #2E29AA: hue angle of 242.33º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E29AA is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 41 | 170 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.33 |
| HSL | 242.33º | 0.61% | 0.41% | - |
| HSV(B) | 242.33º | 0.76% | 0.67% | - |
| XYZ | 9.18 | 5.07 | 38.53 | - |
| YUV | 57.2 | 191.66 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 170 | 0.73 | 0.76 | 0 | 0.33 | 242.33 | 0.61 | 0.41 |
| Hex | 2E | 29 | AA | 49 | 4C | 0 | 21 | F2 | 3D | 29 |
| Octal | 56 | 51 | 252 | 111 | 114 | 0 | 41 | 362 | 75 | 51 |
| Binary | 101110 | 101001 | 10101010 | 1001001 | 1001100 | 0 | 100001 | 11110010 | 111101 | 101001 |
Color Harmonies of #2E29AA
Complementary color
Monochromatic Colors of #2E29AA
Black with #2E29AA
Text Example
Text Example
White with #2E29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E29AA; }
p { color: rgb(46,41,170); }
H1.HeaderClassName
{
color: #2E29AA;
}
.AnyTagClassName
{
color: #2E29AA;
}
</style>
background-color css
<style>
a { background-color: #2E29AA; }
a { background-color: rgb(46,41,170); }
div.DivClassName
{
background-color: #2E29AA;
}
.BgClassName
{
background-color: #2E29AA;
}
</style>
border-color css
<style>
span { border-color: #2E29AA; }
span { border-color: rgb(46,41,170); }
td.TdClassName
{
border-color: #2E29AA;
}
.TagClassName
{
border-color: #2E29AA;
}
</style>