Shades of Han Purple #2E0AFE
Tints of Han Purple #2E0AFE
RGB
CMYK
RGB Variations
Color information
#2E0AFE (or 0x2E0AFE) is known color: Han Purple. HEX triplet: 2E, 0A and FE. RGB value is (46,10,254). Sum of RGB (Red+Green+Blue) = 46+10+254=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E0AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E0AFE is #D1F501. Grayscale: #2F2F2F. Windows color (decimal): -13759746 or 16648750. OLE color: 16648750.
HSL color Cylindrical-coordinate representation of color #2E0AFE: hue angle of 248.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0AFE is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 10 | 254 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.00 |
| HSL | 248.85º | 0.99% | 0.52% | - |
| HSV(B) | 248.85º | 0.96% | 1% | - |
| XYZ | 19.12 | 7.95 | 94.29 | - |
| YUV | 48.58 | 243.93 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 254 | 0.82 | 0.96 | 0 | 0.00 | 248.85 | 0.99 | 0.52 |
| Hex | 2E | A | FE | 52 | 60 | 0 | 0 | F9 | 63 | 34 |
| Octal | 56 | 12 | 376 | 122 | 140 | 0 | 0 | 371 | 143 | 64 |
| Binary | 101110 | 1010 | 11111110 | 1010010 | 1100000 | 0 | 0 | 11111001 | 1100011 | 110100 |
Color Harmonies of #2E0AFE
Complementary color
Monochromatic Colors of #2E0AFE
Black with #2E0AFE
Text Example
Text Example
White with #2E0AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0AFE; }
p { color: rgb(46,10,254); }
H1.HeaderClassName
{
color: #2E0AFE;
}
.AnyTagClassName
{
color: #2E0AFE;
}
</style>
background-color css
<style>
a { background-color: #2E0AFE; }
a { background-color: rgb(46,10,254); }
div.DivClassName
{
background-color: #2E0AFE;
}
.BgClassName
{
background-color: #2E0AFE;
}
</style>
border-color css
<style>
span { border-color: #2E0AFE; }
span { border-color: rgb(46,10,254); }
td.TdClassName
{
border-color: #2E0AFE;
}
.TagClassName
{
border-color: #2E0AFE;
}
</style>