Shades of Han Purple #4D2BE8
Tints of Han Purple #4D2BE8
RGB
CMYK
RGB Variations
Color information
#4D2BE8 (or 0x4D2BE8) is known color: Han Purple. HEX triplet: 4D, 2B and E8. RGB value is (77,43,232). Sum of RGB (Red+Green+Blue) = 77+43+232=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 232 (91.02% from 255 or 65.91% from 352); Max value from RGB is 232 - color contains mainly: blue. Hex color #4D2BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2BE8 is #B2D417. Grayscale: #494949. Windows color (decimal): -11719704 or 15215437. OLE color: 15215437.
HSL color Cylindrical-coordinate representation of color #4D2BE8: hue angle of 250.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2BE8 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 43 | 232 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.09 |
| HSL | 250.79º | 0.8% | 0.54% | - |
| HSV(B) | 250.79º | 0.81% | 0.91% | - |
| XYZ | 18.49 | 9.13 | 77.13 | - |
| YUV | 74.71 | 216.76 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 232 | 0.67 | 0.81 | 0 | 0.09 | 250.79 | 0.8 | 0.54 |
| Hex | 4D | 2B | E8 | 43 | 51 | 0 | 9 | FB | 50 | 36 |
| Octal | 115 | 53 | 350 | 103 | 121 | 0 | 11 | 373 | 120 | 66 |
| Binary | 1001101 | 101011 | 11101000 | 1000011 | 1010001 | 0 | 1001 | 11111011 | 1010000 | 110110 |
Color Harmonies of #4D2BE8
Complementary color
Monochromatic Colors of #4D2BE8
Black with #4D2BE8
Text Example
Text Example
White with #4D2BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BE8; }
p { color: rgb(77,43,232); }
H1.HeaderClassName
{
color: #4D2BE8;
}
.AnyTagClassName
{
color: #4D2BE8;
}
</style>
background-color css
<style>
a { background-color: #4D2BE8; }
a { background-color: rgb(77,43,232); }
div.DivClassName
{
background-color: #4D2BE8;
}
.BgClassName
{
background-color: #4D2BE8;
}
</style>
border-color css
<style>
span { border-color: #4D2BE8; }
span { border-color: rgb(77,43,232); }
td.TdClassName
{
border-color: #4D2BE8;
}
.TagClassName
{
border-color: #4D2BE8;
}
</style>