Shades of Han Purple #2E04FF
Tints of Han Purple #2E04FF
RGB
CMYK
RGB Variations
Color information
#2E04FF (or 0x2E04FF) is known color: Han Purple. HEX triplet: 2E, 04 and FF. RGB value is (46,4,255). Sum of RGB (Red+Green+Blue) = 46+4+255=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E04FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E04FF is #D1FB00. Grayscale: #2C2C2C. Windows color (decimal): -13761281 or 16712750. OLE color: 16712750.
HSL color Cylindrical-coordinate representation of color #2E04FF: hue angle of 250.04º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E04FF is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 4 | 255 | - |
| CMYK | 0.82 | 0.98 | 0 | 0 |
| HSL | 250.04º | 1% | 0.51% | - |
| HSV(B) | 250.04º | 0.98% | 1% | - |
| XYZ | 19.22 | 7.89 | 95.12 | - |
| YUV | 45.17 | 246.41 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 255 | 0.82 | 0.98 | 0 | 0 | 250.04 | 1 | 0.51 |
| Hex | 2E | 4 | FF | 52 | 62 | 0 | 0 | FA | 64 | 33 |
| Octal | 56 | 4 | 377 | 122 | 142 | 0 | 0 | 372 | 144 | 63 |
| Binary | 101110 | 100 | 11111111 | 1010010 | 1100010 | 0 | 0 | 11111010 | 1100100 | 110011 |
Color Harmonies of #2E04FF
Complementary color
Monochromatic Colors of #2E04FF
Black with #2E04FF
Text Example
Text Example
White with #2E04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E04FF; }
p { color: rgb(46,4,255); }
H1.HeaderClassName
{
color: #2E04FF;
}
.AnyTagClassName
{
color: #2E04FF;
}
</style>
background-color css
<style>
a { background-color: #2E04FF; }
a { background-color: rgb(46,4,255); }
div.DivClassName
{
background-color: #2E04FF;
}
.BgClassName
{
background-color: #2E04FF;
}
</style>
border-color css
<style>
span { border-color: #2E04FF; }
span { border-color: rgb(46,4,255); }
td.TdClassName
{
border-color: #2E04FF;
}
.TagClassName
{
border-color: #2E04FF;
}
</style>