Shades of Persian Blue #2E2DDD
Tints of Persian Blue #2E2DDD
RGB
CMYK
RGB Variations
Color information
#2E2DDD (or 0x2E2DDD) is known color: Persian Blue. HEX triplet: 2E, 2D and DD. RGB value is (46,45,221). Sum of RGB (Red+Green+Blue) = 46+45+221=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E2DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2DDD is #D1D222. Grayscale: #404040. Windows color (decimal): -13750819 or 14495022. OLE color: 14495022.
HSL color Cylindrical-coordinate representation of color #2E2DDD: hue angle of 240.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2DDD is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 45 | 221 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.13 |
| HSL | 240.34º | 0.72% | 0.52% | - |
| HSV(B) | 240.34º | 0.8% | 0.87% | - |
| XYZ | 15.12 | 7.68 | 69.09 | - |
| YUV | 65.36 | 215.83 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 221 | 0.79 | 0.80 | 0 | 0.13 | 240.34 | 0.72 | 0.52 |
| Hex | 2E | 2D | DD | 4F | 50 | 0 | D | F0 | 48 | 34 |
| Octal | 56 | 55 | 335 | 117 | 120 | 0 | 15 | 360 | 110 | 64 |
| Binary | 101110 | 101101 | 11011101 | 1001111 | 1010000 | 0 | 1101 | 11110000 | 1001000 | 110100 |
Color Harmonies of #2E2DDD
Complementary color
Monochromatic Colors of #2E2DDD
Black with #2E2DDD
Text Example
Text Example
White with #2E2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2DDD; }
p { color: rgb(46,45,221); }
H1.HeaderClassName
{
color: #2E2DDD;
}
.AnyTagClassName
{
color: #2E2DDD;
}
</style>
background-color css
<style>
a { background-color: #2E2DDD; }
a { background-color: rgb(46,45,221); }
div.DivClassName
{
background-color: #2E2DDD;
}
.BgClassName
{
background-color: #2E2DDD;
}
</style>
border-color css
<style>
span { border-color: #2E2DDD; }
span { border-color: rgb(46,45,221); }
td.TdClassName
{
border-color: #2E2DDD;
}
.TagClassName
{
border-color: #2E2DDD;
}
</style>