Shades of Han Purple #2E26FE
Tints of Han Purple #2E26FE
RGB
CMYK
RGB Variations
Color information
#2E26FE (or 0x2E26FE) is known color: Han Purple. HEX triplet: 2E, 26 and FE. RGB value is (46,38,254). Sum of RGB (Red+Green+Blue) = 46+38+254=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 254 (99.61% from 255 or 75.15% from 338); Max value from RGB is 254 - color contains mainly: blue. Hex color #2E26FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E26FE is #D1D901. Grayscale: #404040. Windows color (decimal): -13752578 or 16655918. OLE color: 16655918.
HSL color Cylindrical-coordinate representation of color #2E26FE: hue angle of 242.22º 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 #2E26FE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 38 | 254 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.00 |
| HSL | 242.22º | 0.99% | 0.57% | - |
| HSV(B) | 242.22º | 0.85% | 1% | - |
| XYZ | 19.71 | 9.12 | 94.49 | - |
| YUV | 65.02 | 234.65 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 254 | 0.82 | 0.85 | 0 | 0.00 | 242.22 | 0.99 | 0.57 |
| Hex | 2E | 26 | FE | 52 | 55 | 0 | 0 | F2 | 63 | 39 |
| Octal | 56 | 46 | 376 | 122 | 125 | 0 | 0 | 362 | 143 | 71 |
| Binary | 101110 | 100110 | 11111110 | 1010010 | 1010101 | 0 | 0 | 11110010 | 1100011 | 111001 |
Color Harmonies of #2E26FE
Complementary color
Monochromatic Colors of #2E26FE
Black with #2E26FE
Text Example
Text Example
White with #2E26FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E26FE; }
p { color: rgb(46,38,254); }
H1.HeaderClassName
{
color: #2E26FE;
}
.AnyTagClassName
{
color: #2E26FE;
}
</style>
background-color css
<style>
a { background-color: #2E26FE; }
a { background-color: rgb(46,38,254); }
div.DivClassName
{
background-color: #2E26FE;
}
.BgClassName
{
background-color: #2E26FE;
}
</style>
border-color css
<style>
span { border-color: #2E26FE; }
span { border-color: rgb(46,38,254); }
td.TdClassName
{
border-color: #2E26FE;
}
.TagClassName
{
border-color: #2E26FE;
}
</style>