Shades of Persian Blue #2E2DD5
Tints of Persian Blue #2E2DD5
RGB
CMYK
RGB Variations
Color information
#2E2DD5 (or 0x2E2DD5) is known color: Persian Blue. HEX triplet: 2E, 2D and D5. RGB value is (46,45,213). Sum of RGB (Red+Green+Blue) = 46+45+213=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #2E2DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2DD5 is #D1D22A. Grayscale: #3F3F3F. Windows color (decimal): -13750827 or 13970734. OLE color: 13970734.
HSL color Cylindrical-coordinate representation of color #2E2DD5: hue angle of 240.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E2DD5 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 45 | 213 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.16 |
| HSL | 240.36º | 0.67% | 0.51% | - |
| HSV(B) | 240.36º | 0.79% | 0.84% | - |
| XYZ | 14.08 | 7.26 | 63.61 | - |
| YUV | 64.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 213 | 0.78 | 0.79 | 0 | 0.16 | 240.36 | 0.67 | 0.51 |
| Hex | 2E | 2D | D5 | 4E | 4F | 0 | 10 | F0 | 43 | 33 |
| Octal | 56 | 55 | 325 | 116 | 117 | 0 | 20 | 360 | 103 | 63 |
| Binary | 101110 | 101101 | 11010101 | 1001110 | 1001111 | 0 | 10000 | 11110000 | 1000011 | 110011 |
Color Harmonies of #2E2DD5
Complementary color
Monochromatic Colors of #2E2DD5
Black with #2E2DD5
Text Example
Text Example
White with #2E2DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2DD5; }
p { color: rgb(46,45,213); }
H1.HeaderClassName
{
color: #2E2DD5;
}
.AnyTagClassName
{
color: #2E2DD5;
}
</style>
background-color css
<style>
a { background-color: #2E2DD5; }
a { background-color: rgb(46,45,213); }
div.DivClassName
{
background-color: #2E2DD5;
}
.BgClassName
{
background-color: #2E2DD5;
}
</style>
border-color css
<style>
span { border-color: #2E2DD5; }
span { border-color: rgb(46,45,213); }
td.TdClassName
{
border-color: #2E2DD5;
}
.TagClassName
{
border-color: #2E2DD5;
}
</style>