Shades of Han Purple #2E29FD
Tints of Han Purple #2E29FD
RGB
CMYK
RGB Variations
Color information
#2E29FD (or 0x2E29FD) is known color: Han Purple. HEX triplet: 2E, 29 and FD. RGB value is (46,41,253). Sum of RGB (Red+Green+Blue) = 46+41+253=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 253 (99.22% from 255 or 74.41% from 340); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E29FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E29FD is #D1D602. Grayscale: #414141. Windows color (decimal): -13751811 or 16591150. OLE color: 16591150.
HSL color Cylindrical-coordinate representation of color #2E29FD: hue angle of 241.42º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E29FD is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 41 | 253 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.01 |
| HSL | 241.42º | 0.98% | 0.58% | - |
| HSV(B) | 241.42º | 0.84% | 0.99% | - |
| XYZ | 19.65 | 9.26 | 93.68 | - |
| YUV | 66.66 | 233.16 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 253 | 0.82 | 0.84 | 0 | 0.01 | 241.42 | 0.98 | 0.58 |
| Hex | 2E | 29 | FD | 52 | 54 | 0 | 1 | F1 | 62 | 3A |
| Octal | 56 | 51 | 375 | 122 | 124 | 0 | 1 | 361 | 142 | 72 |
| Binary | 101110 | 101001 | 11111101 | 1010010 | 1010100 | 0 | 1 | 11110001 | 1100010 | 111010 |
Color Harmonies of #2E29FD
Complementary color
Monochromatic Colors of #2E29FD
Black with #2E29FD
Text Example
Text Example
White with #2E29FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E29FD; }
p { color: rgb(46,41,253); }
H1.HeaderClassName
{
color: #2E29FD;
}
.AnyTagClassName
{
color: #2E29FD;
}
</style>
background-color css
<style>
a { background-color: #2E29FD; }
a { background-color: rgb(46,41,253); }
div.DivClassName
{
background-color: #2E29FD;
}
.BgClassName
{
background-color: #2E29FD;
}
</style>
border-color css
<style>
span { border-color: #2E29FD; }
span { border-color: rgb(46,41,253); }
td.TdClassName
{
border-color: #2E29FD;
}
.TagClassName
{
border-color: #2E29FD;
}
</style>