Shades of Han Purple #2E1AF5
Tints of Han Purple #2E1AF5
RGB
CMYK
RGB Variations
Color information
#2E1AF5 (or 0x2E1AF5) is known color: Han Purple. HEX triplet: 2E, 1A and F5. RGB value is (46,26,245). Sum of RGB (Red+Green+Blue) = 46+26+245=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 245 (96.09% from 255 or 77.29% from 317); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E1AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1AF5 is #D1E50A. Grayscale: #383838. Windows color (decimal): -13755659 or 16063022. OLE color: 16063022.
HSL color Cylindrical-coordinate representation of color #2E1AF5: hue angle of 245.48º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E1AF5 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 26 | 245 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.04 |
| HSL | 245.48º | 0.92% | 0.53% | - |
| HSV(B) | 245.48º | 0.89% | 0.96% | - |
| XYZ | 17.98 | 7.91 | 86.97 | - |
| YUV | 56.95 | 234.13 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 245 | 0.81 | 0.89 | 0 | 0.04 | 245.48 | 0.92 | 0.53 |
| Hex | 2E | 1A | F5 | 51 | 59 | 0 | 4 | F5 | 5C | 35 |
| Octal | 56 | 32 | 365 | 121 | 131 | 0 | 4 | 365 | 134 | 65 |
| Binary | 101110 | 11010 | 11110101 | 1010001 | 1011001 | 0 | 100 | 11110101 | 1011100 | 110101 |
Color Harmonies of #2E1AF5
Complementary color
Monochromatic Colors of #2E1AF5
Black with #2E1AF5
Text Example
Text Example
White with #2E1AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1AF5; }
p { color: rgb(46,26,245); }
H1.HeaderClassName
{
color: #2E1AF5;
}
.AnyTagClassName
{
color: #2E1AF5;
}
</style>
background-color css
<style>
a { background-color: #2E1AF5; }
a { background-color: rgb(46,26,245); }
div.DivClassName
{
background-color: #2E1AF5;
}
.BgClassName
{
background-color: #2E1AF5;
}
</style>
border-color css
<style>
span { border-color: #2E1AF5; }
span { border-color: rgb(46,26,245); }
td.TdClassName
{
border-color: #2E1AF5;
}
.TagClassName
{
border-color: #2E1AF5;
}
</style>