Shades of Han Purple #4129EA
Tints of Han Purple #4129EA
RGB
CMYK
RGB Variations
Color information
#4129EA (or 0x4129EA) is known color: Han Purple. HEX triplet: 41, 29 and EA. RGB value is (65,41,234). Sum of RGB (Red+Green+Blue) = 65+41+234=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 234 (91.80% from 255 or 68.82% from 340); Max value from RGB is 234 - color contains mainly: blue. Hex color #4129EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4129EA is #BED615. Grayscale: #454545. Windows color (decimal): -12506646 or 15345985. OLE color: 15345985.
HSL color Cylindrical-coordinate representation of color #4129EA: hue angle of 247.46º 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 #4129EA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 41 | 234 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.08 |
| HSL | 247.46º | 0.82% | 0.54% | - |
| HSV(B) | 247.46º | 0.82% | 0.92% | - |
| XYZ | 17.82 | 8.65 | 78.57 | - |
| YUV | 70.18 | 220.45 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 234 | 0.72 | 0.82 | 0 | 0.08 | 247.46 | 0.82 | 0.54 |
| Hex | 41 | 29 | EA | 48 | 52 | 0 | 8 | F7 | 52 | 36 |
| Octal | 101 | 51 | 352 | 110 | 122 | 0 | 10 | 367 | 122 | 66 |
| Binary | 1000001 | 101001 | 11101010 | 1001000 | 1010010 | 0 | 1000 | 11110111 | 1010010 | 110110 |
Color Harmonies of #4129EA
Complementary color
Monochromatic Colors of #4129EA
Black with #4129EA
Text Example
Text Example
White with #4129EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4129EA; }
p { color: rgb(65,41,234); }
H1.HeaderClassName
{
color: #4129EA;
}
.AnyTagClassName
{
color: #4129EA;
}
</style>
background-color css
<style>
a { background-color: #4129EA; }
a { background-color: rgb(65,41,234); }
div.DivClassName
{
background-color: #4129EA;
}
.BgClassName
{
background-color: #4129EA;
}
</style>
border-color css
<style>
span { border-color: #4129EA; }
span { border-color: rgb(65,41,234); }
td.TdClassName
{
border-color: #4129EA;
}
.TagClassName
{
border-color: #4129EA;
}
</style>