Shades of Han Purple #3C27EC
Tints of Han Purple #3C27EC
RGB
CMYK
RGB Variations
Color information
#3C27EC (or 0x3C27EC) is known color: Han Purple. HEX triplet: 3C, 27 and EC. RGB value is (60,39,236). Sum of RGB (Red+Green+Blue) = 60+39+236=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C27EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C27EC is #C3D813. Grayscale: #424242. Windows color (decimal): -12834836 or 15476540. OLE color: 15476540.
HSL color Cylindrical-coordinate representation of color #3C27EC: hue angle of 246.4º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C27EC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 39 | 236 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.07 |
| HSL | 246.4º | 0.84% | 0.54% | - |
| HSV(B) | 246.4º | 0.83% | 0.93% | - |
| XYZ | 17.73 | 8.47 | 80.06 | - |
| YUV | 67.74 | 222.96 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 236 | 0.75 | 0.83 | 0 | 0.07 | 246.4 | 0.84 | 0.54 |
| Hex | 3C | 27 | EC | 4B | 53 | 0 | 7 | F6 | 54 | 36 |
| Octal | 74 | 47 | 354 | 113 | 123 | 0 | 7 | 366 | 124 | 66 |
| Binary | 111100 | 100111 | 11101100 | 1001011 | 1010011 | 0 | 111 | 11110110 | 1010100 | 110110 |
Color Harmonies of #3C27EC
Complementary color
Monochromatic Colors of #3C27EC
Black with #3C27EC
Text Example
Text Example
White with #3C27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C27EC; }
p { color: rgb(60,39,236); }
H1.HeaderClassName
{
color: #3C27EC;
}
.AnyTagClassName
{
color: #3C27EC;
}
</style>
background-color css
<style>
a { background-color: #3C27EC; }
a { background-color: rgb(60,39,236); }
div.DivClassName
{
background-color: #3C27EC;
}
.BgClassName
{
background-color: #3C27EC;
}
</style>
border-color css
<style>
span { border-color: #3C27EC; }
span { border-color: rgb(60,39,236); }
td.TdClassName
{
border-color: #3C27EC;
}
.TagClassName
{
border-color: #3C27EC;
}
</style>