Shades of Han Purple #4D31FF
Tints of Han Purple #4D31FF
RGB
CMYK
RGB Variations
Color information
#4D31FF (or 0x4D31FF) is known color: Han Purple. HEX triplet: 4D, 31 and FF. RGB value is (77,49,255). Sum of RGB (Red+Green+Blue) = 77+49+255=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D31FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D31FF is #B2CE00. Grayscale: #505050. Windows color (decimal): -11718145 or 16724301. OLE color: 16724301.
HSL color Cylindrical-coordinate representation of color #4D31FF: hue angle of 248.16º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D31FF is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 49 | 255 | - |
| CMYK | 0.70 | 0.81 | 0 | 0 |
| HSL | 248.16º | 1% | 0.6% | - |
| HSV(B) | 248.16º | 0.81% | 1% | - |
| XYZ | 22.21 | 10.99 | 95.56 | - |
| YUV | 80.86 | 226.28 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 255 | 0.70 | 0.81 | 0 | 0 | 248.16 | 1 | 0.6 |
| Hex | 4D | 31 | FF | 46 | 51 | 0 | 0 | F8 | 64 | 3C |
| Octal | 115 | 61 | 377 | 106 | 121 | 0 | 0 | 370 | 144 | 74 |
| Binary | 1001101 | 110001 | 11111111 | 1000110 | 1010001 | 0 | 0 | 11111000 | 1100100 | 111100 |
Color Harmonies of #4D31FF
Complementary color
Monochromatic Colors of #4D31FF
Black with #4D31FF
Text Example
Text Example
White with #4D31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D31FF; }
p { color: rgb(77,49,255); }
H1.HeaderClassName
{
color: #4D31FF;
}
.AnyTagClassName
{
color: #4D31FF;
}
</style>
background-color css
<style>
a { background-color: #4D31FF; }
a { background-color: rgb(77,49,255); }
div.DivClassName
{
background-color: #4D31FF;
}
.BgClassName
{
background-color: #4D31FF;
}
</style>
border-color css
<style>
span { border-color: #4D31FF; }
span { border-color: rgb(77,49,255); }
td.TdClassName
{
border-color: #4D31FF;
}
.TagClassName
{
border-color: #4D31FF;
}
</style>