Shades of Han Purple #3C18EC
Tints of Han Purple #3C18EC
RGB
CMYK
RGB Variations
Color information
#3C18EC (or 0x3C18EC) is known color: Han Purple. HEX triplet: 3C, 18 and EC. RGB value is (60,24,236). Sum of RGB (Red+Green+Blue) = 60+24+236=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C18EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C18EC is #C3E713. Grayscale: #3A3A3A. Windows color (decimal): -12838676 or 15472700. OLE color: 15472700.
HSL color Cylindrical-coordinate representation of color #3C18EC: hue angle of 250.19º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C18EC is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 24 | 236 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.07 |
| HSL | 250.19º | 0.85% | 0.51% | - |
| HSV(B) | 250.19º | 0.9% | 0.93% | - |
| XYZ | 17.33 | 7.67 | 79.92 | - |
| YUV | 58.93 | 227.93 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 236 | 0.75 | 0.90 | 0 | 0.07 | 250.19 | 0.85 | 0.51 |
| Hex | 3C | 18 | EC | 4B | 5A | 0 | 7 | FA | 55 | 33 |
| Octal | 74 | 30 | 354 | 113 | 132 | 0 | 7 | 372 | 125 | 63 |
| Binary | 111100 | 11000 | 11101100 | 1001011 | 1011010 | 0 | 111 | 11111010 | 1010101 | 110011 |
Color Harmonies of #3C18EC
Complementary color
Monochromatic Colors of #3C18EC
Black with #3C18EC
Text Example
Text Example
White with #3C18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C18EC; }
p { color: rgb(60,24,236); }
H1.HeaderClassName
{
color: #3C18EC;
}
.AnyTagClassName
{
color: #3C18EC;
}
</style>
background-color css
<style>
a { background-color: #3C18EC; }
a { background-color: rgb(60,24,236); }
div.DivClassName
{
background-color: #3C18EC;
}
.BgClassName
{
background-color: #3C18EC;
}
</style>
border-color css
<style>
span { border-color: #3C18EC; }
span { border-color: rgb(60,24,236); }
td.TdClassName
{
border-color: #3C18EC;
}
.TagClassName
{
border-color: #3C18EC;
}
</style>