Shades of Han Purple #4D2BDA
Tints of Han Purple #4D2BDA
RGB
CMYK
RGB Variations
Color information
#4D2BDA (or 0x4D2BDA) is known color: Han Purple. HEX triplet: 4D, 2B and DA. RGB value is (77,43,218). Sum of RGB (Red+Green+Blue) = 77+43+218=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D2BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2BDA is #B2D425. Grayscale: #484848. Windows color (decimal): -11719718 or 14297933. OLE color: 14297933.
HSL color Cylindrical-coordinate representation of color #4D2BDA: hue angle of 251.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D2BDA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 43 | 218 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.15 |
| HSL | 251.66º | 0.7% | 0.51% | - |
| HSV(B) | 251.66º | 0.8% | 0.85% | - |
| XYZ | 16.58 | 8.37 | 67.07 | - |
| YUV | 73.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 218 | 0.65 | 0.80 | 0 | 0.15 | 251.66 | 0.7 | 0.51 |
| Hex | 4D | 2B | DA | 41 | 50 | 0 | F | FC | 46 | 33 |
| Octal | 115 | 53 | 332 | 101 | 120 | 0 | 17 | 374 | 106 | 63 |
| Binary | 1001101 | 101011 | 11011010 | 1000001 | 1010000 | 0 | 1111 | 11111100 | 1000110 | 110011 |
Color Harmonies of #4D2BDA
Complementary color
Monochromatic Colors of #4D2BDA
Black with #4D2BDA
Text Example
Text Example
White with #4D2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BDA; }
p { color: rgb(77,43,218); }
H1.HeaderClassName
{
color: #4D2BDA;
}
.AnyTagClassName
{
color: #4D2BDA;
}
</style>
background-color css
<style>
a { background-color: #4D2BDA; }
a { background-color: rgb(77,43,218); }
div.DivClassName
{
background-color: #4D2BDA;
}
.BgClassName
{
background-color: #4D2BDA;
}
</style>
border-color css
<style>
span { border-color: #4D2BDA; }
span { border-color: rgb(77,43,218); }
td.TdClassName
{
border-color: #4D2BDA;
}
.TagClassName
{
border-color: #4D2BDA;
}
</style>