Shades of Han Purple #3C2DED
Tints of Han Purple #3C2DED
RGB
CMYK
RGB Variations
Color information
#3C2DED (or 0x3C2DED) is known color: Han Purple. HEX triplet: 3C, 2D and ED. RGB value is (60,45,237). Sum of RGB (Red+Green+Blue) = 60+45+237=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C2DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2DED is #C3D212. Grayscale: #464646. Windows color (decimal): -12833299 or 15543612. OLE color: 15543612.
HSL color Cylindrical-coordinate representation of color #3C2DED: hue angle of 244.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2DED is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 45 | 237 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.07 |
| HSL | 244.69º | 0.84% | 0.55% | - |
| HSV(B) | 244.69º | 0.81% | 0.93% | - |
| XYZ | 18.09 | 8.95 | 80.9 | - |
| YUV | 71.37 | 221.47 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 237 | 0.75 | 0.81 | 0 | 0.07 | 244.69 | 0.84 | 0.55 |
| Hex | 3C | 2D | ED | 4B | 51 | 0 | 7 | F5 | 54 | 37 |
| Octal | 74 | 55 | 355 | 113 | 121 | 0 | 7 | 365 | 124 | 67 |
| Binary | 111100 | 101101 | 11101101 | 1001011 | 1010001 | 0 | 111 | 11110101 | 1010100 | 110111 |
Color Harmonies of #3C2DED
Complementary color
Monochromatic Colors of #3C2DED
Black with #3C2DED
Text Example
Text Example
White with #3C2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2DED; }
p { color: rgb(60,45,237); }
H1.HeaderClassName
{
color: #3C2DED;
}
.AnyTagClassName
{
color: #3C2DED;
}
</style>
background-color css
<style>
a { background-color: #3C2DED; }
a { background-color: rgb(60,45,237); }
div.DivClassName
{
background-color: #3C2DED;
}
.BgClassName
{
background-color: #3C2DED;
}
</style>
border-color css
<style>
span { border-color: #3C2DED; }
span { border-color: rgb(60,45,237); }
td.TdClassName
{
border-color: #3C2DED;
}
.TagClassName
{
border-color: #3C2DED;
}
</style>