Shades of Han Purple #4D02FF
Tints of Han Purple #4D02FF
RGB
CMYK
RGB Variations
Color information
#4D02FF (or 0x4D02FF) is known color: Han Purple. HEX triplet: 4D, 02 and FF. RGB value is (77,2,255). Sum of RGB (Red+Green+Blue) = 77+2+255=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4D02FF is #B2FD00. Grayscale: #343434. Windows color (decimal): -11730177 or 16712269. OLE color: 16712269.
HSL color Cylindrical-coordinate representation of color #4D02FF: hue angle of 257.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D02FF is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 2 | 255 | - |
| CMYK | 0.70 | 0.99 | 0 | 0 |
| HSL | 257.79º | 1% | 0.5% | - |
| HSV(B) | 257.79º | 0.99% | 1% | - |
| XYZ | 21.13 | 8.84 | 95.2 | - |
| YUV | 53.27 | 241.85 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 255 | 0.70 | 0.99 | 0 | 0 | 257.79 | 1 | 0.5 |
| Hex | 4D | 2 | FF | 46 | 63 | 0 | 0 | 102 | 64 | 32 |
| Octal | 115 | 2 | 377 | 106 | 143 | 0 | 0 | 402 | 144 | 62 |
| Binary | 1001101 | 10 | 11111111 | 1000110 | 1100011 | 0 | 0 | 100000010 | 1100100 | 110010 |
Color Harmonies of #4D02FF
Complementary color
Monochromatic Colors of #4D02FF
Black with #4D02FF
Text Example
Text Example
White with #4D02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D02FF; }
p { color: rgb(77,2,255); }
H1.HeaderClassName
{
color: #4D02FF;
}
.AnyTagClassName
{
color: #4D02FF;
}
</style>
background-color css
<style>
a { background-color: #4D02FF; }
a { background-color: rgb(77,2,255); }
div.DivClassName
{
background-color: #4D02FF;
}
.BgClassName
{
background-color: #4D02FF;
}
</style>
border-color css
<style>
span { border-color: #4D02FF; }
span { border-color: rgb(77,2,255); }
td.TdClassName
{
border-color: #4D02FF;
}
.TagClassName
{
border-color: #4D02FF;
}
</style>