Shades of Persian Blue #2E19D6
Tints of Persian Blue #2E19D6
RGB
CMYK
RGB Variations
Color information
#2E19D6 (or 0x2E19D6) is known color: Persian Blue. HEX triplet: 2E, 19 and D6. RGB value is (46,25,214). Sum of RGB (Red+Green+Blue) = 46+25+214=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 214 (83.98% from 255 or 75.09% from 285); Max value from RGB is 214 - color contains mainly: blue. Hex color #2E19D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E19D6 is #D1E629. Grayscale: #343434. Windows color (decimal): -13755946 or 14031150. OLE color: 14031150.
HSL color Cylindrical-coordinate representation of color #2E19D6: hue angle of 246.67º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E19D6 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 25 | 214 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.16 |
| HSL | 246.67º | 0.79% | 0.47% | - |
| HSV(B) | 246.67º | 0.88% | 0.84% | - |
| XYZ | 13.61 | 6.13 | 64.08 | - |
| YUV | 52.83 | 218.96 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 214 | 0.79 | 0.88 | 0 | 0.16 | 246.67 | 0.79 | 0.47 |
| Hex | 2E | 19 | D6 | 4F | 58 | 0 | 10 | F7 | 4F | 2F |
| Octal | 56 | 31 | 326 | 117 | 130 | 0 | 20 | 367 | 117 | 57 |
| Binary | 101110 | 11001 | 11010110 | 1001111 | 1011000 | 0 | 10000 | 11110111 | 1001111 | 101111 |
Color Harmonies of #2E19D6
Complementary color
Monochromatic Colors of #2E19D6
Black with #2E19D6
Text Example
Text Example
White with #2E19D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E19D6; }
p { color: rgb(46,25,214); }
H1.HeaderClassName
{
color: #2E19D6;
}
.AnyTagClassName
{
color: #2E19D6;
}
</style>
background-color css
<style>
a { background-color: #2E19D6; }
a { background-color: rgb(46,25,214); }
div.DivClassName
{
background-color: #2E19D6;
}
.BgClassName
{
background-color: #2E19D6;
}
</style>
border-color css
<style>
span { border-color: #2E19D6; }
span { border-color: rgb(46,25,214); }
td.TdClassName
{
border-color: #2E19D6;
}
.TagClassName
{
border-color: #2E19D6;
}
</style>