Shades of Han Purple #4D2BDD
Tints of Han Purple #4D2BDD
RGB
CMYK
RGB Variations
Color information
#4D2BDD (or 0x4D2BDD) is known color: Han Purple. HEX triplet: 4D, 2B and DD. RGB value is (77,43,221). Sum of RGB (Red+Green+Blue) = 77+43+221=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D2BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D2BDD is #B2D422. Grayscale: #484848. Windows color (decimal): -11719715 or 14494541. OLE color: 14494541.
HSL color Cylindrical-coordinate representation of color #4D2BDD: hue angle of 251.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D2BDD is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 43 | 221 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.13 |
| HSL | 251.46º | 0.72% | 0.52% | - |
| HSV(B) | 251.46º | 0.81% | 0.87% | - |
| XYZ | 16.98 | 8.53 | 69.16 | - |
| YUV | 73.46 | 211.26 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 43 | 221 | 0.65 | 0.81 | 0 | 0.13 | 251.46 | 0.72 | 0.52 |
| Hex | 4D | 2B | DD | 41 | 51 | 0 | D | FB | 48 | 34 |
| Octal | 115 | 53 | 335 | 101 | 121 | 0 | 15 | 373 | 110 | 64 |
| Binary | 1001101 | 101011 | 11011101 | 1000001 | 1010001 | 0 | 1101 | 11111011 | 1001000 | 110100 |
Color Harmonies of #4D2BDD
Complementary color
Monochromatic Colors of #4D2BDD
Black with #4D2BDD
Text Example
Text Example
White with #4D2BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2BDD; }
p { color: rgb(77,43,221); }
H1.HeaderClassName
{
color: #4D2BDD;
}
.AnyTagClassName
{
color: #4D2BDD;
}
</style>
background-color css
<style>
a { background-color: #4D2BDD; }
a { background-color: rgb(77,43,221); }
div.DivClassName
{
background-color: #4D2BDD;
}
.BgClassName
{
background-color: #4D2BDD;
}
</style>
border-color css
<style>
span { border-color: #4D2BDD; }
span { border-color: rgb(77,43,221); }
td.TdClassName
{
border-color: #4D2BDD;
}
.TagClassName
{
border-color: #4D2BDD;
}
</style>