Shades of Han Purple #4D03FB
Tints of Han Purple #4D03FB
RGB
CMYK
RGB Variations
Color information
#4D03FB (or 0x4D03FB) is known color: Han Purple. HEX triplet: 4D, 03 and FB. RGB value is (77,3,251). Sum of RGB (Red+Green+Blue) = 77+3+251=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D03FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D03FB is #B2FC04. Grayscale: #343434. Windows color (decimal): -11729925 or 16450381. OLE color: 16450381.
HSL color Cylindrical-coordinate representation of color #4D03FB: hue angle of 257.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D03FB is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 3 | 251 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.02 |
| HSL | 257.9º | 0.98% | 0.5% | - |
| HSV(B) | 257.9º | 0.99% | 0.98% | - |
| XYZ | 20.51 | 8.61 | 91.85 | - |
| YUV | 53.4 | 239.52 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 251 | 0.69 | 0.99 | 0 | 0.02 | 257.9 | 0.98 | 0.5 |
| Hex | 4D | 3 | FB | 45 | 63 | 0 | 2 | 102 | 62 | 32 |
| Octal | 115 | 3 | 373 | 105 | 143 | 0 | 2 | 402 | 142 | 62 |
| Binary | 1001101 | 11 | 11111011 | 1000101 | 1100011 | 0 | 10 | 100000010 | 1100010 | 110010 |
Color Harmonies of #4D03FB
Complementary color
Monochromatic Colors of #4D03FB
Black with #4D03FB
Text Example
Text Example
White with #4D03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D03FB; }
p { color: rgb(77,3,251); }
H1.HeaderClassName
{
color: #4D03FB;
}
.AnyTagClassName
{
color: #4D03FB;
}
</style>
background-color css
<style>
a { background-color: #4D03FB; }
a { background-color: rgb(77,3,251); }
div.DivClassName
{
background-color: #4D03FB;
}
.BgClassName
{
background-color: #4D03FB;
}
</style>
border-color css
<style>
span { border-color: #4D03FB; }
span { border-color: rgb(77,3,251); }
td.TdClassName
{
border-color: #4D03FB;
}
.TagClassName
{
border-color: #4D03FB;
}
</style>