Shades of Han Purple #2E0FFF
Tints of Han Purple #2E0FFF
RGB
CMYK
RGB Variations
Color information
#2E0FFF (or 0x2E0FFF) is known color: Han Purple. HEX triplet: 2E, 0F and FF. RGB value is (46,15,255). Sum of RGB (Red+Green+Blue) = 46+15+255=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E0FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E0FFF is #D1F000. Grayscale: #323232. Windows color (decimal): -13758465 or 16715566. OLE color: 16715566.
HSL color Cylindrical-coordinate representation of color #2E0FFF: hue angle of 247.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0FFF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 15 | 255 | - |
| CMYK | 0.82 | 0.94 | 0 | 0 |
| HSL | 247.75º | 1% | 0.53% | - |
| HSV(B) | 247.75º | 0.94% | 1% | - |
| XYZ | 19.35 | 8.14 | 95.16 | - |
| YUV | 51.63 | 242.77 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 15 | 255 | 0.82 | 0.94 | 0 | 0 | 247.75 | 1 | 0.53 |
| Hex | 2E | F | FF | 52 | 5E | 0 | 0 | F8 | 64 | 35 |
| Octal | 56 | 17 | 377 | 122 | 136 | 0 | 0 | 370 | 144 | 65 |
| Binary | 101110 | 1111 | 11111111 | 1010010 | 1011110 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #2E0FFF
Complementary color
Monochromatic Colors of #2E0FFF
Black with #2E0FFF
Text Example
Text Example
White with #2E0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0FFF; }
p { color: rgb(46,15,255); }
H1.HeaderClassName
{
color: #2E0FFF;
}
.AnyTagClassName
{
color: #2E0FFF;
}
</style>
background-color css
<style>
a { background-color: #2E0FFF; }
a { background-color: rgb(46,15,255); }
div.DivClassName
{
background-color: #2E0FFF;
}
.BgClassName
{
background-color: #2E0FFF;
}
</style>
border-color css
<style>
span { border-color: #2E0FFF; }
span { border-color: rgb(46,15,255); }
td.TdClassName
{
border-color: #2E0FFF;
}
.TagClassName
{
border-color: #2E0FFF;
}
</style>