Shades of Han Purple #4C30DD
Tints of Han Purple #4C30DD
RGB
CMYK
RGB Variations
Color information
#4C30DD (or 0x4C30DD) is known color: Han Purple. HEX triplet: 4C, 30 and DD. RGB value is (76,48,221). Sum of RGB (Red+Green+Blue) = 76+48+221=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C30DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C30DD is #B3CF22. Grayscale: #4B4B4B. Windows color (decimal): -11783971 or 14495820. OLE color: 14495820.
HSL color Cylindrical-coordinate representation of color #4C30DD: hue angle of 249.71º 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 #4C30DD is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 48 | 221 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.13 |
| HSL | 249.71º | 0.72% | 0.53% | - |
| HSV(B) | 249.71º | 0.78% | 0.87% | - |
| XYZ | 17.09 | 8.87 | 69.22 | - |
| YUV | 76.09 | 209.78 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 48 | 221 | 0.66 | 0.78 | 0 | 0.13 | 249.71 | 0.72 | 0.53 |
| Hex | 4C | 30 | DD | 42 | 4E | 0 | D | FA | 48 | 35 |
| Octal | 114 | 60 | 335 | 102 | 116 | 0 | 15 | 372 | 110 | 65 |
| Binary | 1001100 | 110000 | 11011101 | 1000010 | 1001110 | 0 | 1101 | 11111010 | 1001000 | 110101 |
Color Harmonies of #4C30DD
Complementary color
Monochromatic Colors of #4C30DD
Black with #4C30DD
Text Example
Text Example
White with #4C30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C30DD; }
p { color: rgb(76,48,221); }
H1.HeaderClassName
{
color: #4C30DD;
}
.AnyTagClassName
{
color: #4C30DD;
}
</style>
background-color css
<style>
a { background-color: #4C30DD; }
a { background-color: rgb(76,48,221); }
div.DivClassName
{
background-color: #4C30DD;
}
.BgClassName
{
background-color: #4C30DD;
}
</style>
border-color css
<style>
span { border-color: #4C30DD; }
span { border-color: rgb(76,48,221); }
td.TdClassName
{
border-color: #4C30DD;
}
.TagClassName
{
border-color: #4C30DD;
}
</style>