Shades of Han Purple #2E29EA
Tints of Han Purple #2E29EA
RGB
CMYK
RGB Variations
Color information
#2E29EA (or 0x2E29EA) is known color: Han Purple. HEX triplet: 2E, 29 and EA. RGB value is (46,41,234). Sum of RGB (Red+Green+Blue) = 46+41+234=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E29EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E29EA is #D1D615. Grayscale: #3F3F3F. Windows color (decimal): -13751830 or 15345966. OLE color: 15345966.
HSL color Cylindrical-coordinate representation of color #2E29EA: hue angle of 241.55º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E29EA is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 41 | 234 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.08 |
| HSL | 241.55º | 0.82% | 0.54% | - |
| HSV(B) | 241.55º | 0.82% | 0.92% | - |
| XYZ | 16.77 | 8.11 | 78.52 | - |
| YUV | 64.5 | 223.66 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 234 | 0.80 | 0.82 | 0 | 0.08 | 241.55 | 0.82 | 0.54 |
| Hex | 2E | 29 | EA | 50 | 52 | 0 | 8 | F2 | 52 | 36 |
| Octal | 56 | 51 | 352 | 120 | 122 | 0 | 10 | 362 | 122 | 66 |
| Binary | 101110 | 101001 | 11101010 | 1010000 | 1010010 | 0 | 1000 | 11110010 | 1010010 | 110110 |
Color Harmonies of #2E29EA
Complementary color
Monochromatic Colors of #2E29EA
Black with #2E29EA
Text Example
Text Example
White with #2E29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E29EA; }
p { color: rgb(46,41,234); }
H1.HeaderClassName
{
color: #2E29EA;
}
.AnyTagClassName
{
color: #2E29EA;
}
</style>
background-color css
<style>
a { background-color: #2E29EA; }
a { background-color: rgb(46,41,234); }
div.DivClassName
{
background-color: #2E29EA;
}
.BgClassName
{
background-color: #2E29EA;
}
</style>
border-color css
<style>
span { border-color: #2E29EA; }
span { border-color: rgb(46,41,234); }
td.TdClassName
{
border-color: #2E29EA;
}
.TagClassName
{
border-color: #2E29EA;
}
</style>