Shades of Han Purple #4D2FFF
Tints of Han Purple #4D2FFF
RGB
CMYK
RGB Variations
Color information
#4D2FFF (or 0x4D2FFF) is known color: Han Purple. HEX triplet: 4D, 2F and FF. RGB value is (77,47,255). Sum of RGB (Red+Green+Blue) = 77+47+255=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D2FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2FFF is #B2D000. Grayscale: #4E4E4E. Windows color (decimal): -11718657 or 16723789. OLE color: 16723789.
HSL color Cylindrical-coordinate representation of color #4D2FFF: hue angle of 248.65º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D2FFF is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 47 | 255 | - |
| CMYK | 0.70 | 0.82 | 0 | 0 |
| HSL | 248.65º | 1% | 0.59% | - |
| HSV(B) | 248.65º | 0.82% | 1% | - |
| XYZ | 22.13 | 10.83 | 95.53 | - |
| YUV | 79.68 | 226.94 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 255 | 0.70 | 0.82 | 0 | 0 | 248.65 | 1 | 0.59 |
| Hex | 4D | 2F | FF | 46 | 52 | 0 | 0 | F9 | 64 | 3B |
| Octal | 115 | 57 | 377 | 106 | 122 | 0 | 0 | 371 | 144 | 73 |
| Binary | 1001101 | 101111 | 11111111 | 1000110 | 1010010 | 0 | 0 | 11111001 | 1100100 | 111011 |
Color Harmonies of #4D2FFF
Complementary color
Monochromatic Colors of #4D2FFF
Black with #4D2FFF
Text Example
Text Example
White with #4D2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2FFF; }
p { color: rgb(77,47,255); }
H1.HeaderClassName
{
color: #4D2FFF;
}
.AnyTagClassName
{
color: #4D2FFF;
}
</style>
background-color css
<style>
a { background-color: #4D2FFF; }
a { background-color: rgb(77,47,255); }
div.DivClassName
{
background-color: #4D2FFF;
}
.BgClassName
{
background-color: #4D2FFF;
}
</style>
border-color css
<style>
span { border-color: #4D2FFF; }
span { border-color: rgb(77,47,255); }
td.TdClassName
{
border-color: #4D2FFF;
}
.TagClassName
{
border-color: #4D2FFF;
}
</style>