Shades of Han Purple #3C30DD
Tints of Han Purple #3C30DD
RGB
CMYK
RGB Variations
Color information
#3C30DD (or 0x3C30DD) is known color: Han Purple. HEX triplet: 3C, 30 and DD. RGB value is (60,48,221). Sum of RGB (Red+Green+Blue) = 60+48+221=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 221 (86.72% from 255 or 67.17% from 329); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C30DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C30DD is #C3CF22. Grayscale: #464646. Windows color (decimal): -12832547 or 14495804. OLE color: 14495804.
HSL color Cylindrical-coordinate representation of color #3C30DD: hue angle of 244.16º 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 #3C30DD is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 48 | 221 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.13 |
| HSL | 244.16º | 0.72% | 0.53% | - |
| HSV(B) | 244.16º | 0.78% | 0.87% | - |
| XYZ | 15.97 | 8.3 | 69.17 | - |
| YUV | 71.31 | 212.48 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 221 | 0.73 | 0.78 | 0 | 0.13 | 244.16 | 0.72 | 0.53 |
| Hex | 3C | 30 | DD | 49 | 4E | 0 | D | F4 | 48 | 35 |
| Octal | 74 | 60 | 335 | 111 | 116 | 0 | 15 | 364 | 110 | 65 |
| Binary | 111100 | 110000 | 11011101 | 1001001 | 1001110 | 0 | 1101 | 11110100 | 1001000 | 110101 |
Color Harmonies of #3C30DD
Complementary color
Monochromatic Colors of #3C30DD
Black with #3C30DD
Text Example
Text Example
White with #3C30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C30DD; }
p { color: rgb(60,48,221); }
H1.HeaderClassName
{
color: #3C30DD;
}
.AnyTagClassName
{
color: #3C30DD;
}
</style>
background-color css
<style>
a { background-color: #3C30DD; }
a { background-color: rgb(60,48,221); }
div.DivClassName
{
background-color: #3C30DD;
}
.BgClassName
{
background-color: #3C30DD;
}
</style>
border-color css
<style>
span { border-color: #3C30DD; }
span { border-color: rgb(60,48,221); }
td.TdClassName
{
border-color: #3C30DD;
}
.TagClassName
{
border-color: #3C30DD;
}
</style>