Shades of Han Purple #4D2BF9
Tints of Han Purple #4D2BF9
RGB
CMYK
RGB Variations
Color information
#4D2BF9 (or 0x4D2BF9) is known color: Han Purple. HEX triplet: 4D, 2B and F9. RGB value is (77,43,249). Sum of RGB (Red+Green+Blue) = 77+43+249=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 249 (97.66% from 255 or 67.48% from 369); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D2BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2BF9 is #B2D406. Grayscale: #4B4B4B. Windows color (decimal): -11719687 or 16329549. OLE color: 16329549.
HSL color Cylindrical-coordinate representation of color #4D2BF9: hue angle of 249.9º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D2BF9 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 43 | 249 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.02 |
| HSL | 249.9º | 0.94% | 0.57% | - |
| HSV(B) | 249.9º | 0.83% | 0.98% | - |
| XYZ | 21.02 | 10.15 | 90.47 | - |
| YUV | 76.65 | 225.26 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 249 | 0.69 | 0.83 | 0 | 0.02 | 249.9 | 0.94 | 0.57 |
| Hex | 4D | 2B | F9 | 45 | 53 | 0 | 2 | FA | 5E | 39 |
| Octal | 115 | 53 | 371 | 105 | 123 | 0 | 2 | 372 | 136 | 71 |
| Binary | 1001101 | 101011 | 11111001 | 1000101 | 1010011 | 0 | 10 | 11111010 | 1011110 | 111001 |
Color Harmonies of #4D2BF9
Complementary color
Monochromatic Colors of #4D2BF9
Black with #4D2BF9
Text Example
Text Example
White with #4D2BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BF9; }
p { color: rgb(77,43,249); }
H1.HeaderClassName
{
color: #4D2BF9;
}
.AnyTagClassName
{
color: #4D2BF9;
}
</style>
background-color css
<style>
a { background-color: #4D2BF9; }
a { background-color: rgb(77,43,249); }
div.DivClassName
{
background-color: #4D2BF9;
}
.BgClassName
{
background-color: #4D2BF9;
}
</style>
border-color css
<style>
span { border-color: #4D2BF9; }
span { border-color: rgb(77,43,249); }
td.TdClassName
{
border-color: #4D2BF9;
}
.TagClassName
{
border-color: #4D2BF9;
}
</style>