Shades of Han Purple #3C31DE
Tints of Han Purple #3C31DE
RGB
CMYK
RGB Variations
Color information
#3C31DE (or 0x3C31DE) is known color: Han Purple. HEX triplet: 3C, 31 and DE. RGB value is (60,49,222). Sum of RGB (Red+Green+Blue) = 60+49+222=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C31DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31DE is #C3CE21. Grayscale: #474747. Windows color (decimal): -12832290 or 14561596. OLE color: 14561596.
HSL color Cylindrical-coordinate representation of color #3C31DE: hue angle of 243.82º 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 #3C31DE is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 49 | 222 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.13 |
| HSL | 243.82º | 0.72% | 0.53% | - |
| HSV(B) | 243.82º | 0.78% | 0.87% | - |
| XYZ | 16.15 | 8.43 | 69.88 | - |
| YUV | 72.01 | 212.64 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 222 | 0.73 | 0.78 | 0 | 0.13 | 243.82 | 0.72 | 0.53 |
| Hex | 3C | 31 | DE | 49 | 4E | 0 | D | F4 | 48 | 35 |
| Octal | 74 | 61 | 336 | 111 | 116 | 0 | 15 | 364 | 110 | 65 |
| Binary | 111100 | 110001 | 11011110 | 1001001 | 1001110 | 0 | 1101 | 11110100 | 1001000 | 110101 |
Color Harmonies of #3C31DE
Complementary color
Monochromatic Colors of #3C31DE
Black with #3C31DE
Text Example
Text Example
White with #3C31DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C31DE; }
p { color: rgb(60,49,222); }
H1.HeaderClassName
{
color: #3C31DE;
}
.AnyTagClassName
{
color: #3C31DE;
}
</style>
background-color css
<style>
a { background-color: #3C31DE; }
a { background-color: rgb(60,49,222); }
div.DivClassName
{
background-color: #3C31DE;
}
.BgClassName
{
background-color: #3C31DE;
}
</style>
border-color css
<style>
span { border-color: #3C31DE; }
span { border-color: rgb(60,49,222); }
td.TdClassName
{
border-color: #3C31DE;
}
.TagClassName
{
border-color: #3C31DE;
}
</style>