Shades of Han Purple #2E07E1
Tints of Han Purple #2E07E1
RGB
CMYK
RGB Variations
Color information
#2E07E1 (or 0x2E07E1) is known color: Han Purple. HEX triplet: 2E, 07 and E1. RGB value is (46,7,225). Sum of RGB (Red+Green+Blue) = 46+7+225=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 225 (88.28% from 255 or 80.94% from 278); Max value from RGB is 225 - color contains mainly: blue. Hex color #2E07E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E07E1 is #D1F81E. Grayscale: #2A2A2A. Windows color (decimal): -13760543 or 14747438. OLE color: 14747438.
HSL color Cylindrical-coordinate representation of color #2E07E1: hue angle of 250.73º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E07E1 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 7 | 225 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.12 |
| HSL | 250.73º | 0.94% | 0.45% | - |
| HSV(B) | 250.73º | 0.97% | 0.88% | - |
| XYZ | 14.79 | 6.17 | 71.65 | - |
| YUV | 43.51 | 230.42 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 225 | 0.80 | 0.97 | 0 | 0.12 | 250.73 | 0.94 | 0.45 |
| Hex | 2E | 7 | E1 | 50 | 61 | 0 | C | FB | 5E | 2D |
| Octal | 56 | 7 | 341 | 120 | 141 | 0 | 14 | 373 | 136 | 55 |
| Binary | 101110 | 111 | 11100001 | 1010000 | 1100001 | 0 | 1100 | 11111011 | 1011110 | 101101 |
Color Harmonies of #2E07E1
Complementary color
Monochromatic Colors of #2E07E1
Black with #2E07E1
Text Example
Text Example
White with #2E07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E07E1; }
p { color: rgb(46,7,225); }
H1.HeaderClassName
{
color: #2E07E1;
}
.AnyTagClassName
{
color: #2E07E1;
}
</style>
background-color css
<style>
a { background-color: #2E07E1; }
a { background-color: rgb(46,7,225); }
div.DivClassName
{
background-color: #2E07E1;
}
.BgClassName
{
background-color: #2E07E1;
}
</style>
border-color css
<style>
span { border-color: #2E07E1; }
span { border-color: rgb(46,7,225); }
td.TdClassName
{
border-color: #2E07E1;
}
.TagClassName
{
border-color: #2E07E1;
}
</style>