Shades of Han Purple #4D30DD
Tints of Han Purple #4D30DD
RGB
CMYK
RGB Variations
Color information
#4D30DD (or 0x4D30DD) is known color: Han Purple. HEX triplet: 4D, 30 and DD. RGB value is (77,48,221). Sum of RGB (Red+Green+Blue) = 77+48+221=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D30DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30DD is #B2CF22. Grayscale: #4B4B4B. Windows color (decimal): -11718435 or 14495821. OLE color: 14495821.
HSL color Cylindrical-coordinate representation of color #4D30DD: hue angle of 250.06º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D30DD is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 48 | 221 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.13 |
| HSL | 250.06º | 0.72% | 0.53% | - |
| HSV(B) | 250.06º | 0.78% | 0.87% | - |
| XYZ | 17.17 | 8.91 | 69.22 | - |
| YUV | 76.39 | 209.61 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 221 | 0.65 | 0.78 | 0 | 0.13 | 250.06 | 0.72 | 0.53 |
| Hex | 4D | 30 | DD | 41 | 4E | 0 | D | FA | 48 | 35 |
| Octal | 115 | 60 | 335 | 101 | 116 | 0 | 15 | 372 | 110 | 65 |
| Binary | 1001101 | 110000 | 11011101 | 1000001 | 1001110 | 0 | 1101 | 11111010 | 1001000 | 110101 |
Color Harmonies of #4D30DD
Complementary color
Monochromatic Colors of #4D30DD
Black with #4D30DD
Text Example
Text Example
White with #4D30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D30DD; }
p { color: rgb(77,48,221); }
H1.HeaderClassName
{
color: #4D30DD;
}
.AnyTagClassName
{
color: #4D30DD;
}
</style>
background-color css
<style>
a { background-color: #4D30DD; }
a { background-color: rgb(77,48,221); }
div.DivClassName
{
background-color: #4D30DD;
}
.BgClassName
{
background-color: #4D30DD;
}
</style>
border-color css
<style>
span { border-color: #4D30DD; }
span { border-color: rgb(77,48,221); }
td.TdClassName
{
border-color: #4D30DD;
}
.TagClassName
{
border-color: #4D30DD;
}
</style>