Shades of Han Purple #3C10E1
Tints of Han Purple #3C10E1
RGB
CMYK
RGB Variations
Color information
#3C10E1 (or 0x3C10E1) is known color: Han Purple. HEX triplet: 3C, 10 and E1. RGB value is (60,16,225). Sum of RGB (Red+Green+Blue) = 60+16+225=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 225 (88.28% from 255 or 74.75% from 301); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C10E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C10E1 is #C3EF1E. Grayscale: #343434. Windows color (decimal): -12840735 or 14749756. OLE color: 14749756.
HSL color Cylindrical-coordinate representation of color #3C10E1: hue angle of 252.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C10E1 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 16 | 225 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.12 |
| HSL | 252.63º | 0.87% | 0.47% | - |
| HSV(B) | 252.63º | 0.93% | 0.88% | - |
| XYZ | 15.64 | 6.77 | 71.72 | - |
| YUV | 52.98 | 225.08 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 225 | 0.73 | 0.93 | 0 | 0.12 | 252.63 | 0.87 | 0.47 |
| Hex | 3C | 10 | E1 | 49 | 5D | 0 | C | FD | 57 | 2F |
| Octal | 74 | 20 | 341 | 111 | 135 | 0 | 14 | 375 | 127 | 57 |
| Binary | 111100 | 10000 | 11100001 | 1001001 | 1011101 | 0 | 1100 | 11111101 | 1010111 | 101111 |
Color Harmonies of #3C10E1
Complementary color
Monochromatic Colors of #3C10E1
Black with #3C10E1
Text Example
Text Example
White with #3C10E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C10E1; }
p { color: rgb(60,16,225); }
H1.HeaderClassName
{
color: #3C10E1;
}
.AnyTagClassName
{
color: #3C10E1;
}
</style>
background-color css
<style>
a { background-color: #3C10E1; }
a { background-color: rgb(60,16,225); }
div.DivClassName
{
background-color: #3C10E1;
}
.BgClassName
{
background-color: #3C10E1;
}
</style>
border-color css
<style>
span { border-color: #3C10E1; }
span { border-color: rgb(60,16,225); }
td.TdClassName
{
border-color: #3C10E1;
}
.TagClassName
{
border-color: #3C10E1;
}
</style>