Shades of Persian Blue #2E29DF
Tints of Persian Blue #2E29DF
RGB
CMYK
RGB Variations
Color information
#2E29DF (or 0x2E29DF) is known color: Persian Blue. HEX triplet: 2E, 29 and DF. RGB value is (46,41,223). Sum of RGB (Red+Green+Blue) = 46+41+223=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E29DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E29DF is #D1D620. Grayscale: #3E3E3E. Windows color (decimal): -13751841 or 14625070. OLE color: 14625070.
HSL color Cylindrical-coordinate representation of color #2E29DF: hue angle of 241.65º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E29DF is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 41 | 223 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.13 |
| HSL | 241.65º | 0.74% | 0.52% | - |
| HSV(B) | 241.65º | 0.82% | 0.87% | - |
| XYZ | 15.24 | 7.49 | 70.46 | - |
| YUV | 63.24 | 218.16 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 223 | 0.79 | 0.82 | 0 | 0.13 | 241.65 | 0.74 | 0.52 |
| Hex | 2E | 29 | DF | 4F | 52 | 0 | D | F2 | 4A | 34 |
| Octal | 56 | 51 | 337 | 117 | 122 | 0 | 15 | 362 | 112 | 64 |
| Binary | 101110 | 101001 | 11011111 | 1001111 | 1010010 | 0 | 1101 | 11110010 | 1001010 | 110100 |
Color Harmonies of #2E29DF
Complementary color
Monochromatic Colors of #2E29DF
Black with #2E29DF
Text Example
Text Example
White with #2E29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E29DF; }
p { color: rgb(46,41,223); }
H1.HeaderClassName
{
color: #2E29DF;
}
.AnyTagClassName
{
color: #2E29DF;
}
</style>
background-color css
<style>
a { background-color: #2E29DF; }
a { background-color: rgb(46,41,223); }
div.DivClassName
{
background-color: #2E29DF;
}
.BgClassName
{
background-color: #2E29DF;
}
</style>
border-color css
<style>
span { border-color: #2E29DF; }
span { border-color: rgb(46,41,223); }
td.TdClassName
{
border-color: #2E29DF;
}
.TagClassName
{
border-color: #2E29DF;
}
</style>