Shades of Han Purple #4D31FA
Tints of Han Purple #4D31FA
RGB
CMYK
RGB Variations
Color information
#4D31FA (or 0x4D31FA) is known color: Han Purple. HEX triplet: 4D, 31 and FA. RGB value is (77,49,250). Sum of RGB (Red+Green+Blue) = 77+49+250=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D31FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D31FA is #B2CE05. Grayscale: #4F4F4F. Windows color (decimal): -11718150 or 16396621. OLE color: 16396621.
HSL color Cylindrical-coordinate representation of color #4D31FA: hue angle of 248.36º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D31FA is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 49 | 250 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.02 |
| HSL | 248.36º | 0.95% | 0.59% | - |
| HSV(B) | 248.36º | 0.8% | 0.98% | - |
| XYZ | 21.41 | 10.68 | 91.37 | - |
| YUV | 80.29 | 223.78 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 49 | 250 | 0.69 | 0.80 | 0 | 0.02 | 248.36 | 0.95 | 0.59 |
| Hex | 4D | 31 | FA | 45 | 50 | 0 | 2 | F8 | 5F | 3B |
| Octal | 115 | 61 | 372 | 105 | 120 | 0 | 2 | 370 | 137 | 73 |
| Binary | 1001101 | 110001 | 11111010 | 1000101 | 1010000 | 0 | 10 | 11111000 | 1011111 | 111011 |
Color Harmonies of #4D31FA
Complementary color
Monochromatic Colors of #4D31FA
Black with #4D31FA
Text Example
Text Example
White with #4D31FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D31FA; }
p { color: rgb(77,49,250); }
H1.HeaderClassName
{
color: #4D31FA;
}
.AnyTagClassName
{
color: #4D31FA;
}
</style>
background-color css
<style>
a { background-color: #4D31FA; }
a { background-color: rgb(77,49,250); }
div.DivClassName
{
background-color: #4D31FA;
}
.BgClassName
{
background-color: #4D31FA;
}
</style>
border-color css
<style>
span { border-color: #4D31FA; }
span { border-color: rgb(77,49,250); }
td.TdClassName
{
border-color: #4D31FA;
}
.TagClassName
{
border-color: #4D31FA;
}
</style>