Shades of Han Purple #2E04E0
Tints of Han Purple #2E04E0
RGB
CMYK
RGB Variations
Color information
#2E04E0 (or 0x2E04E0) is known color: Han Purple. HEX triplet: 2E, 04 and E0. RGB value is (46,4,224). Sum of RGB (Red+Green+Blue) = 46+4+224=274 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.79% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 224 (87.89% from 255 or 81.75% from 274); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E04E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E04E0 is #D1FB1F. Grayscale: #282828. Windows color (decimal): -13761312 or 14681134. OLE color: 14681134.
HSL color Cylindrical-coordinate representation of color #2E04E0: hue angle of 251.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E04E0 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 4 | 224 | - |
| CMYK | 0.79 | 0.98 | 0 | 0.12 |
| HSL | 251.45º | 0.96% | 0.45% | - |
| HSV(B) | 251.45º | 0.98% | 0.88% | - |
| XYZ | 14.62 | 6.05 | 70.92 | - |
| YUV | 41.64 | 230.91 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 224 | 0.79 | 0.98 | 0 | 0.12 | 251.45 | 0.96 | 0.45 |
| Hex | 2E | 4 | E0 | 4F | 62 | 0 | C | FB | 60 | 2D |
| Octal | 56 | 4 | 340 | 117 | 142 | 0 | 14 | 373 | 140 | 55 |
| Binary | 101110 | 100 | 11100000 | 1001111 | 1100010 | 0 | 1100 | 11111011 | 1100000 | 101101 |
Color Harmonies of #2E04E0
Complementary color
Monochromatic Colors of #2E04E0
Black with #2E04E0
Text Example
Text Example
White with #2E04E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E04E0; }
p { color: rgb(46,4,224); }
H1.HeaderClassName
{
color: #2E04E0;
}
.AnyTagClassName
{
color: #2E04E0;
}
</style>
background-color css
<style>
a { background-color: #2E04E0; }
a { background-color: rgb(46,4,224); }
div.DivClassName
{
background-color: #2E04E0;
}
.BgClassName
{
background-color: #2E04E0;
}
</style>
border-color css
<style>
span { border-color: #2E04E0; }
span { border-color: rgb(46,4,224); }
td.TdClassName
{
border-color: #2E04E0;
}
.TagClassName
{
border-color: #2E04E0;
}
</style>