Shades of Han Purple #3C02EC
Tints of Han Purple #3C02EC
RGB
CMYK
RGB Variations
Color information
#3C02EC (or 0x3C02EC) is known color: Han Purple. HEX triplet: 3C, 02 and EC. RGB value is (60,2,236). Sum of RGB (Red+Green+Blue) = 60+2+236=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C02EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C02EC is #C3FD13. Grayscale: #2D2D2D. Windows color (decimal): -12844308 or 15467068. OLE color: 15467068.
HSL color Cylindrical-coordinate representation of color #3C02EC: hue angle of 254.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02EC is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 2 | 236 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.07 |
| HSL | 254.87º | 0.98% | 0.47% | - |
| HSV(B) | 254.87º | 0.99% | 0.93% | - |
| XYZ | 17.03 | 7.06 | 79.82 | - |
| YUV | 46.02 | 235.22 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 236 | 0.75 | 0.99 | 0 | 0.07 | 254.87 | 0.98 | 0.47 |
| Hex | 3C | 2 | EC | 4B | 63 | 0 | 7 | FF | 62 | 2F |
| Octal | 74 | 2 | 354 | 113 | 143 | 0 | 7 | 377 | 142 | 57 |
| Binary | 111100 | 10 | 11101100 | 1001011 | 1100011 | 0 | 111 | 11111111 | 1100010 | 101111 |
Color Harmonies of #3C02EC
Complementary color
Monochromatic Colors of #3C02EC
Black with #3C02EC
Text Example
Text Example
White with #3C02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02EC; }
p { color: rgb(60,2,236); }
H1.HeaderClassName
{
color: #3C02EC;
}
.AnyTagClassName
{
color: #3C02EC;
}
</style>
background-color css
<style>
a { background-color: #3C02EC; }
a { background-color: rgb(60,2,236); }
div.DivClassName
{
background-color: #3C02EC;
}
.BgClassName
{
background-color: #3C02EC;
}
</style>
border-color css
<style>
span { border-color: #3C02EC; }
span { border-color: rgb(60,2,236); }
td.TdClassName
{
border-color: #3C02EC;
}
.TagClassName
{
border-color: #3C02EC;
}
</style>