Shades of Han Purple #3C09EC
Tints of Han Purple #3C09EC
RGB
CMYK
RGB Variations
Color information
#3C09EC (or 0x3C09EC) is known color: Han Purple. HEX triplet: 3C, 09 and EC. RGB value is (60,9,236). Sum of RGB (Red+Green+Blue) = 60+9+236=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C09EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C09EC is #C3F613. Grayscale: #313131. Windows color (decimal): -12842516 or 15468860. OLE color: 15468860.
HSL color Cylindrical-coordinate representation of color #3C09EC: hue angle of 253.48º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C09EC is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 9 | 236 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.07 |
| HSL | 253.48º | 0.93% | 0.48% | - |
| HSV(B) | 253.48º | 0.96% | 0.93% | - |
| XYZ | 17.1 | 7.21 | 79.85 | - |
| YUV | 50.13 | 232.9 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 236 | 0.75 | 0.96 | 0 | 0.07 | 253.48 | 0.93 | 0.48 |
| Hex | 3C | 9 | EC | 4B | 60 | 0 | 7 | FD | 5D | 30 |
| Octal | 74 | 11 | 354 | 113 | 140 | 0 | 7 | 375 | 135 | 60 |
| Binary | 111100 | 1001 | 11101100 | 1001011 | 1100000 | 0 | 111 | 11111101 | 1011101 | 110000 |
Color Harmonies of #3C09EC
Complementary color
Monochromatic Colors of #3C09EC
Black with #3C09EC
Text Example
Text Example
White with #3C09EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C09EC; }
p { color: rgb(60,9,236); }
H1.HeaderClassName
{
color: #3C09EC;
}
.AnyTagClassName
{
color: #3C09EC;
}
</style>
background-color css
<style>
a { background-color: #3C09EC; }
a { background-color: rgb(60,9,236); }
div.DivClassName
{
background-color: #3C09EC;
}
.BgClassName
{
background-color: #3C09EC;
}
</style>
border-color css
<style>
span { border-color: #3C09EC; }
span { border-color: rgb(60,9,236); }
td.TdClassName
{
border-color: #3C09EC;
}
.TagClassName
{
border-color: #3C09EC;
}
</style>