Shades of Han Purple #4D29EB
Tints of Han Purple #4D29EB
RGB
CMYK
RGB Variations
Color information
#4D29EB (or 0x4D29EB) is known color: Han Purple. HEX triplet: 4D, 29 and EB. RGB value is (77,41,235). Sum of RGB (Red+Green+Blue) = 77+41+235=353 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.81% from 353); Green value is 41 (16.41% from 255 or 11.61% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D29EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D29EB is #B2D614. Grayscale: #494949. Windows color (decimal): -11720213 or 15411533. OLE color: 15411533.
HSL color Cylindrical-coordinate representation of color #4D29EB: hue angle of 251.13º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D29EB is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 41 | 235 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.08 |
| HSL | 251.13º | 0.83% | 0.54% | - |
| HSV(B) | 251.13º | 0.83% | 0.92% | - |
| XYZ | 18.85 | 9.16 | 79.37 | - |
| YUV | 73.88 | 218.93 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 235 | 0.67 | 0.83 | 0 | 0.08 | 251.13 | 0.83 | 0.54 |
| Hex | 4D | 29 | EB | 43 | 53 | 0 | 8 | FB | 53 | 36 |
| Octal | 115 | 51 | 353 | 103 | 123 | 0 | 10 | 373 | 123 | 66 |
| Binary | 1001101 | 101001 | 11101011 | 1000011 | 1010011 | 0 | 1000 | 11111011 | 1010011 | 110110 |
Color Harmonies of #4D29EB
Complementary color
Monochromatic Colors of #4D29EB
Black with #4D29EB
Text Example
Text Example
White with #4D29EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D29EB; }
p { color: rgb(77,41,235); }
H1.HeaderClassName
{
color: #4D29EB;
}
.AnyTagClassName
{
color: #4D29EB;
}
</style>
background-color css
<style>
a { background-color: #4D29EB; }
a { background-color: rgb(77,41,235); }
div.DivClassName
{
background-color: #4D29EB;
}
.BgClassName
{
background-color: #4D29EB;
}
</style>
border-color css
<style>
span { border-color: #4D29EB; }
span { border-color: rgb(77,41,235); }
td.TdClassName
{
border-color: #4D29EB;
}
.TagClassName
{
border-color: #4D29EB;
}
</style>