Shades of Persian Blue #2E29DA
Tints of Persian Blue #2E29DA
RGB
CMYK
RGB Variations
Color information
#2E29DA (or 0x2E29DA) is known color: Persian Blue. HEX triplet: 2E, 29 and DA. RGB value is (46,41,218). Sum of RGB (Red+Green+Blue) = 46+41+218=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 218 (85.55% from 255 or 71.48% from 305); Max value from RGB is 218 - color contains mainly: blue. Hex color #2E29DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E29DA is #D1D625. Grayscale: #3D3D3D. Windows color (decimal): -13751846 or 14297390. OLE color: 14297390.
HSL color Cylindrical-coordinate representation of color #2E29DA: hue angle of 241.69º degrees, saturation: 0.71, 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 #2E29DA is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 41 | 218 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.15 |
| HSL | 241.69º | 0.71% | 0.51% | - |
| HSV(B) | 241.69º | 0.81% | 0.85% | - |
| XYZ | 14.57 | 7.23 | 66.96 | - |
| YUV | 62.67 | 215.66 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 218 | 0.79 | 0.81 | 0 | 0.15 | 241.69 | 0.71 | 0.51 |
| Hex | 2E | 29 | DA | 4F | 51 | 0 | F | F2 | 47 | 33 |
| Octal | 56 | 51 | 332 | 117 | 121 | 0 | 17 | 362 | 107 | 63 |
| Binary | 101110 | 101001 | 11011010 | 1001111 | 1010001 | 0 | 1111 | 11110010 | 1000111 | 110011 |
Color Harmonies of #2E29DA
Complementary color
Monochromatic Colors of #2E29DA
Black with #2E29DA
Text Example
Text Example
White with #2E29DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E29DA; }
p { color: rgb(46,41,218); }
H1.HeaderClassName
{
color: #2E29DA;
}
.AnyTagClassName
{
color: #2E29DA;
}
</style>
background-color css
<style>
a { background-color: #2E29DA; }
a { background-color: rgb(46,41,218); }
div.DivClassName
{
background-color: #2E29DA;
}
.BgClassName
{
background-color: #2E29DA;
}
</style>
border-color css
<style>
span { border-color: #2E29DA; }
span { border-color: rgb(46,41,218); }
td.TdClassName
{
border-color: #2E29DA;
}
.TagClassName
{
border-color: #2E29DA;
}
</style>