Shades of Han Purple #3C2DEC
Tints of Han Purple #3C2DEC
RGB
CMYK
RGB Variations
Color information
#3C2DEC (or 0x3C2DEC) is known color: Han Purple. HEX triplet: 3C, 2D and EC. RGB value is (60,45,236). Sum of RGB (Red+Green+Blue) = 60+45+236=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C2DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2DEC is #C3D213. Grayscale: #464646. Windows color (decimal): -12833300 or 15478076. OLE color: 15478076.
HSL color Cylindrical-coordinate representation of color #3C2DEC: hue angle of 244.71º degrees, saturation: 0.83, 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 #3C2DEC is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 45 | 236 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.07 |
| HSL | 244.71º | 0.83% | 0.55% | - |
| HSV(B) | 244.71º | 0.81% | 0.93% | - |
| XYZ | 17.94 | 8.89 | 80.13 | - |
| YUV | 71.26 | 220.97 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 236 | 0.75 | 0.81 | 0 | 0.07 | 244.71 | 0.83 | 0.55 |
| Hex | 3C | 2D | EC | 4B | 51 | 0 | 7 | F5 | 53 | 37 |
| Octal | 74 | 55 | 354 | 113 | 121 | 0 | 7 | 365 | 123 | 67 |
| Binary | 111100 | 101101 | 11101100 | 1001011 | 1010001 | 0 | 111 | 11110101 | 1010011 | 110111 |
Color Harmonies of #3C2DEC
Complementary color
Monochromatic Colors of #3C2DEC
Black with #3C2DEC
Text Example
Text Example
White with #3C2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2DEC; }
p { color: rgb(60,45,236); }
H1.HeaderClassName
{
color: #3C2DEC;
}
.AnyTagClassName
{
color: #3C2DEC;
}
</style>
background-color css
<style>
a { background-color: #3C2DEC; }
a { background-color: rgb(60,45,236); }
div.DivClassName
{
background-color: #3C2DEC;
}
.BgClassName
{
background-color: #3C2DEC;
}
</style>
border-color css
<style>
span { border-color: #3C2DEC; }
span { border-color: rgb(60,45,236); }
td.TdClassName
{
border-color: #3C2DEC;
}
.TagClassName
{
border-color: #3C2DEC;
}
</style>