Shades of Han Purple #4D31EA
Tints of Han Purple #4D31EA
RGB
CMYK
RGB Variations
Color information
#4D31EA (or 0x4D31EA) is known color: Han Purple. HEX triplet: 4D, 31 and EA. RGB value is (77,49,234). Sum of RGB (Red+Green+Blue) = 77+49+234=360 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.39% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D31EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D31EA is #B2CE15. Grayscale: #4D4D4D. Windows color (decimal): -11718166 or 15348045. OLE color: 15348045.
HSL color Cylindrical-coordinate representation of color #4D31EA: hue angle of 249.08º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D31EA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 49 | 234 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.08 |
| HSL | 249.08º | 0.81% | 0.55% | - |
| HSV(B) | 249.08º | 0.79% | 0.92% | - |
| XYZ | 19.01 | 9.71 | 78.72 | - |
| YUV | 78.46 | 215.78 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 234 | 0.67 | 0.79 | 0 | 0.08 | 249.08 | 0.81 | 0.55 |
| Hex | 4D | 31 | EA | 43 | 4F | 0 | 8 | F9 | 51 | 37 |
| Octal | 115 | 61 | 352 | 103 | 117 | 0 | 10 | 371 | 121 | 67 |
| Binary | 1001101 | 110001 | 11101010 | 1000011 | 1001111 | 0 | 1000 | 11111001 | 1010001 | 110111 |
Color Harmonies of #4D31EA
Complementary color
Monochromatic Colors of #4D31EA
Black with #4D31EA
Text Example
Text Example
White with #4D31EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D31EA; }
p { color: rgb(77,49,234); }
H1.HeaderClassName
{
color: #4D31EA;
}
.AnyTagClassName
{
color: #4D31EA;
}
</style>
background-color css
<style>
a { background-color: #4D31EA; }
a { background-color: rgb(77,49,234); }
div.DivClassName
{
background-color: #4D31EA;
}
.BgClassName
{
background-color: #4D31EA;
}
</style>
border-color css
<style>
span { border-color: #4D31EA; }
span { border-color: rgb(77,49,234); }
td.TdClassName
{
border-color: #4D31EA;
}
.TagClassName
{
border-color: #4D31EA;
}
</style>