Shades of Han Purple #3C06EC
Tints of Han Purple #3C06EC
RGB
CMYK
RGB Variations
Color information
#3C06EC (or 0x3C06EC) is known color: Han Purple. HEX triplet: 3C, 06 and EC. RGB value is (60,6,236). Sum of RGB (Red+Green+Blue) = 60+6+236=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C06EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C06EC is #C3F913. Grayscale: #2F2F2F. Windows color (decimal): -12843284 or 15468092. OLE color: 15468092.
HSL color Cylindrical-coordinate representation of color #3C06EC: hue angle of 254.09º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C06EC is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 6 | 236 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.07 |
| HSL | 254.09º | 0.95% | 0.47% | - |
| HSV(B) | 254.09º | 0.97% | 0.93% | - |
| XYZ | 17.07 | 7.15 | 79.84 | - |
| YUV | 48.37 | 233.89 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 236 | 0.75 | 0.97 | 0 | 0.07 | 254.09 | 0.95 | 0.47 |
| Hex | 3C | 6 | EC | 4B | 61 | 0 | 7 | FE | 5F | 2F |
| Octal | 74 | 6 | 354 | 113 | 141 | 0 | 7 | 376 | 137 | 57 |
| Binary | 111100 | 110 | 11101100 | 1001011 | 1100001 | 0 | 111 | 11111110 | 1011111 | 101111 |
Color Harmonies of #3C06EC
Complementary color
Monochromatic Colors of #3C06EC
Black with #3C06EC
Text Example
Text Example
White with #3C06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C06EC; }
p { color: rgb(60,6,236); }
H1.HeaderClassName
{
color: #3C06EC;
}
.AnyTagClassName
{
color: #3C06EC;
}
</style>
background-color css
<style>
a { background-color: #3C06EC; }
a { background-color: rgb(60,6,236); }
div.DivClassName
{
background-color: #3C06EC;
}
.BgClassName
{
background-color: #3C06EC;
}
</style>
border-color css
<style>
span { border-color: #3C06EC; }
span { border-color: rgb(60,6,236); }
td.TdClassName
{
border-color: #3C06EC;
}
.TagClassName
{
border-color: #3C06EC;
}
</style>