Shades of Han Purple #4D30FB
Tints of Han Purple #4D30FB
RGB
CMYK
RGB Variations
Color information
#4D30FB (or 0x4D30FB) is known color: Han Purple. HEX triplet: 4D, 30 and FB. RGB value is (77,48,251). Sum of RGB (Red+Green+Blue) = 77+48+251=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D30FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D30FB is #B2CF04. Grayscale: #4F4F4F. Windows color (decimal): -11718405 or 16461901. OLE color: 16461901.
HSL color Cylindrical-coordinate representation of color #4D30FB: hue angle of 248.57º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D30FB is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 48 | 251 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.02 |
| HSL | 248.57º | 0.96% | 0.59% | - |
| HSV(B) | 248.57º | 0.81% | 0.98% | - |
| XYZ | 21.53 | 10.66 | 92.19 | - |
| YUV | 79.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 251 | 0.69 | 0.81 | 0 | 0.02 | 248.57 | 0.96 | 0.59 |
| Hex | 4D | 30 | FB | 45 | 51 | 0 | 2 | F9 | 60 | 3B |
| Octal | 115 | 60 | 373 | 105 | 121 | 0 | 2 | 371 | 140 | 73 |
| Binary | 1001101 | 110000 | 11111011 | 1000101 | 1010001 | 0 | 10 | 11111001 | 1100000 | 111011 |
Color Harmonies of #4D30FB
Complementary color
Monochromatic Colors of #4D30FB
Black with #4D30FB
Text Example
Text Example
White with #4D30FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D30FB; }
p { color: rgb(77,48,251); }
H1.HeaderClassName
{
color: #4D30FB;
}
.AnyTagClassName
{
color: #4D30FB;
}
</style>
background-color css
<style>
a { background-color: #4D30FB; }
a { background-color: rgb(77,48,251); }
div.DivClassName
{
background-color: #4D30FB;
}
.BgClassName
{
background-color: #4D30FB;
}
</style>
border-color css
<style>
span { border-color: #4D30FB; }
span { border-color: rgb(77,48,251); }
td.TdClassName
{
border-color: #4D30FB;
}
.TagClassName
{
border-color: #4D30FB;
}
</style>