Shades of Han Purple #2E27FE
Tints of Han Purple #2E27FE
RGB
CMYK
RGB Variations
Color information
#2E27FE (or 0x2E27FE) is known color: Han Purple. HEX triplet: 2E, 27 and FE. RGB value is (46,39,254). Sum of RGB (Red+Green+Blue) = 46+39+254=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E27FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E27FE is #D1D801. Grayscale: #404040. Windows color (decimal): -13752322 or 16656174. OLE color: 16656174.
HSL color Cylindrical-coordinate representation of color #2E27FE: hue angle of 241.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E27FE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 39 | 254 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.00 |
| HSL | 241.95º | 0.99% | 0.57% | - |
| HSV(B) | 241.95º | 0.85% | 1% | - |
| XYZ | 19.74 | 9.19 | 94.5 | - |
| YUV | 65.6 | 234.32 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 254 | 0.82 | 0.85 | 0 | 0.00 | 241.95 | 0.99 | 0.57 |
| Hex | 2E | 27 | FE | 52 | 55 | 0 | 0 | F2 | 63 | 39 |
| Octal | 56 | 47 | 376 | 122 | 125 | 0 | 0 | 362 | 143 | 71 |
| Binary | 101110 | 100111 | 11111110 | 1010010 | 1010101 | 0 | 0 | 11110010 | 1100011 | 111001 |
Color Harmonies of #2E27FE
Complementary color
Monochromatic Colors of #2E27FE
Black with #2E27FE
Text Example
Text Example
White with #2E27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E27FE; }
p { color: rgb(46,39,254); }
H1.HeaderClassName
{
color: #2E27FE;
}
.AnyTagClassName
{
color: #2E27FE;
}
</style>
background-color css
<style>
a { background-color: #2E27FE; }
a { background-color: rgb(46,39,254); }
div.DivClassName
{
background-color: #2E27FE;
}
.BgClassName
{
background-color: #2E27FE;
}
</style>
border-color css
<style>
span { border-color: #2E27FE; }
span { border-color: rgb(46,39,254); }
td.TdClassName
{
border-color: #2E27FE;
}
.TagClassName
{
border-color: #2E27FE;
}
</style>