Shades of Han Purple #4D2AFF
Tints of Han Purple #4D2AFF
RGB
CMYK
RGB Variations
Color information
#4D2AFF (or 0x4D2AFF) is known color: Han Purple. HEX triplet: 4D, 2A and FF. RGB value is (77,42,255). Sum of RGB (Red+Green+Blue) = 77+42+255=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D2AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2AFF is #B2D500. Grayscale: #4B4B4B. Windows color (decimal): -11719937 or 16722509. OLE color: 16722509.
HSL color Cylindrical-coordinate representation of color #4D2AFF: hue angle of 249.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D2AFF is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 42 | 255 | - |
| CMYK | 0.70 | 0.84 | 0 | 0 |
| HSL | 249.86º | 1% | 0.58% | - |
| HSV(B) | 249.86º | 0.84% | 1% | - |
| XYZ | 21.94 | 10.45 | 95.47 | - |
| YUV | 76.75 | 228.6 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 42 | 255 | 0.70 | 0.84 | 0 | 0 | 249.86 | 1 | 0.58 |
| Hex | 4D | 2A | FF | 46 | 54 | 0 | 0 | FA | 64 | 3A |
| Octal | 115 | 52 | 377 | 106 | 124 | 0 | 0 | 372 | 144 | 72 |
| Binary | 1001101 | 101010 | 11111111 | 1000110 | 1010100 | 0 | 0 | 11111010 | 1100100 | 111010 |
Color Harmonies of #4D2AFF
Complementary color
Monochromatic Colors of #4D2AFF
Black with #4D2AFF
Text Example
Text Example
White with #4D2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2AFF; }
p { color: rgb(77,42,255); }
H1.HeaderClassName
{
color: #4D2AFF;
}
.AnyTagClassName
{
color: #4D2AFF;
}
</style>
background-color css
<style>
a { background-color: #4D2AFF; }
a { background-color: rgb(77,42,255); }
div.DivClassName
{
background-color: #4D2AFF;
}
.BgClassName
{
background-color: #4D2AFF;
}
</style>
border-color css
<style>
span { border-color: #4D2AFF; }
span { border-color: rgb(77,42,255); }
td.TdClassName
{
border-color: #4D2AFF;
}
.TagClassName
{
border-color: #4D2AFF;
}
</style>