Shades of Han Purple #2E15FF
Tints of Han Purple #2E15FF
RGB
CMYK
RGB Variations
Color information
#2E15FF (or 0x2E15FF) is known color: Han Purple. HEX triplet: 2E, 15 and FF. RGB value is (46,21,255). Sum of RGB (Red+Green+Blue) = 46+21+255=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E15FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E15FF is #D1EA00. Grayscale: #363636. Windows color (decimal): -13756929 or 16717102. OLE color: 16717102.
HSL color Cylindrical-coordinate representation of color #2E15FF: hue angle of 246.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E15FF is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 21 | 255 | - |
| CMYK | 0.82 | 0.92 | 0 | 0 |
| HSL | 246.41º | 1% | 0.54% | - |
| HSV(B) | 246.41º | 0.92% | 1% | - |
| XYZ | 19.44 | 8.34 | 95.19 | - |
| YUV | 55.15 | 240.78 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 255 | 0.82 | 0.92 | 0 | 0 | 246.41 | 1 | 0.54 |
| Hex | 2E | 15 | FF | 52 | 5C | 0 | 0 | F6 | 64 | 36 |
| Octal | 56 | 25 | 377 | 122 | 134 | 0 | 0 | 366 | 144 | 66 |
| Binary | 101110 | 10101 | 11111111 | 1010010 | 1011100 | 0 | 0 | 11110110 | 1100100 | 110110 |
Color Harmonies of #2E15FF
Complementary color
Monochromatic Colors of #2E15FF
Black with #2E15FF
Text Example
Text Example
White with #2E15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E15FF; }
p { color: rgb(46,21,255); }
H1.HeaderClassName
{
color: #2E15FF;
}
.AnyTagClassName
{
color: #2E15FF;
}
</style>
background-color css
<style>
a { background-color: #2E15FF; }
a { background-color: rgb(46,21,255); }
div.DivClassName
{
background-color: #2E15FF;
}
.BgClassName
{
background-color: #2E15FF;
}
</style>
border-color css
<style>
span { border-color: #2E15FF; }
span { border-color: rgb(46,21,255); }
td.TdClassName
{
border-color: #2E15FF;
}
.TagClassName
{
border-color: #2E15FF;
}
</style>