Shades of Han Purple #2E0CE5
Tints of Han Purple #2E0CE5
RGB
CMYK
RGB Variations
Color information
#2E0CE5 (or 0x2E0CE5) is known color: Han Purple. HEX triplet: 2E, 0C and E5. RGB value is (46,12,229). Sum of RGB (Red+Green+Blue) = 46+12+229=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 229 (89.84% from 255 or 79.79% from 287); Max value from RGB is 229 - color contains mainly: blue. Hex color #2E0CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0CE5 is #D1F31A. Grayscale: #2E2E2E. Windows color (decimal): -13759259 or 15010862. OLE color: 15010862.
HSL color Cylindrical-coordinate representation of color #2E0CE5: hue angle of 249.4º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0CE5 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 12 | 229 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.10 |
| HSL | 249.4º | 0.9% | 0.47% | - |
| HSV(B) | 249.4º | 0.95% | 0.9% | - |
| XYZ | 15.4 | 6.5 | 74.57 | - |
| YUV | 46.9 | 230.76 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 229 | 0.80 | 0.95 | 0 | 0.10 | 249.4 | 0.9 | 0.47 |
| Hex | 2E | C | E5 | 50 | 5F | 0 | A | F9 | 5A | 2F |
| Octal | 56 | 14 | 345 | 120 | 137 | 0 | 12 | 371 | 132 | 57 |
| Binary | 101110 | 1100 | 11100101 | 1010000 | 1011111 | 0 | 1010 | 11111001 | 1011010 | 101111 |
Color Harmonies of #2E0CE5
Complementary color
Monochromatic Colors of #2E0CE5
Black with #2E0CE5
Text Example
Text Example
White with #2E0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0CE5; }
p { color: rgb(46,12,229); }
H1.HeaderClassName
{
color: #2E0CE5;
}
.AnyTagClassName
{
color: #2E0CE5;
}
</style>
background-color css
<style>
a { background-color: #2E0CE5; }
a { background-color: rgb(46,12,229); }
div.DivClassName
{
background-color: #2E0CE5;
}
.BgClassName
{
background-color: #2E0CE5;
}
</style>
border-color css
<style>
span { border-color: #2E0CE5; }
span { border-color: rgb(46,12,229); }
td.TdClassName
{
border-color: #2E0CE5;
}
.TagClassName
{
border-color: #2E0CE5;
}
</style>