Shades of Han Purple #3C10EC
Tints of Han Purple #3C10EC
RGB
CMYK
RGB Variations
Color information
#3C10EC (or 0x3C10EC) is known color: Han Purple. HEX triplet: 3C, 10 and EC. RGB value is (60,16,236). Sum of RGB (Red+Green+Blue) = 60+16+236=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C10EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C10EC is #C3EF13. Grayscale: #353535. Windows color (decimal): -12840724 or 15470652. OLE color: 15470652.
HSL color Cylindrical-coordinate representation of color #3C10EC: hue angle of 252º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C10EC is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 16 | 236 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.07 |
| HSL | 252º | 0.87% | 0.49% | - |
| HSV(B) | 252º | 0.93% | 0.93% | - |
| XYZ | 17.19 | 7.39 | 79.88 | - |
| YUV | 54.24 | 230.58 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 236 | 0.75 | 0.93 | 0 | 0.07 | 252 | 0.87 | 0.49 |
| Hex | 3C | 10 | EC | 4B | 5D | 0 | 7 | FC | 57 | 31 |
| Octal | 74 | 20 | 354 | 113 | 135 | 0 | 7 | 374 | 127 | 61 |
| Binary | 111100 | 10000 | 11101100 | 1001011 | 1011101 | 0 | 111 | 11111100 | 1010111 | 110001 |
Color Harmonies of #3C10EC
Complementary color
Monochromatic Colors of #3C10EC
Black with #3C10EC
Text Example
Text Example
White with #3C10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10EC; }
p { color: rgb(60,16,236); }
H1.HeaderClassName
{
color: #3C10EC;
}
.AnyTagClassName
{
color: #3C10EC;
}
</style>
background-color css
<style>
a { background-color: #3C10EC; }
a { background-color: rgb(60,16,236); }
div.DivClassName
{
background-color: #3C10EC;
}
.BgClassName
{
background-color: #3C10EC;
}
</style>
border-color css
<style>
span { border-color: #3C10EC; }
span { border-color: rgb(60,16,236); }
td.TdClassName
{
border-color: #3C10EC;
}
.TagClassName
{
border-color: #3C10EC;
}
</style>