Shades of Han Purple #3C0CFE
Tints of Han Purple #3C0CFE
RGB
CMYK
RGB Variations
Color information
#3C0CFE (or 0x3C0CFE) is known color: Han Purple. HEX triplet: 3C, 0C and FE. RGB value is (60,12,254). Sum of RGB (Red+Green+Blue) = 60+12+254=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 254 (99.61% from 255 or 77.91% from 326); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C0CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0CFE is #C3F301. Grayscale: #353535. Windows color (decimal): -12841730 or 16649276. OLE color: 16649276.
HSL color Cylindrical-coordinate representation of color #3C0CFE: hue angle of 251.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0CFE is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 12 | 254 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.00 |
| HSL | 251.9º | 0.99% | 0.52% | - |
| HSV(B) | 251.9º | 0.95% | 1% | - |
| XYZ | 19.88 | 8.38 | 94.34 | - |
| YUV | 53.94 | 240.9 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 254 | 0.76 | 0.95 | 0 | 0.00 | 251.9 | 0.99 | 0.52 |
| Hex | 3C | C | FE | 4C | 5F | 0 | 0 | FC | 63 | 34 |
| Octal | 74 | 14 | 376 | 114 | 137 | 0 | 0 | 374 | 143 | 64 |
| Binary | 111100 | 1100 | 11111110 | 1001100 | 1011111 | 0 | 0 | 11111100 | 1100011 | 110100 |
Color Harmonies of #3C0CFE
Complementary color
Monochromatic Colors of #3C0CFE
Black with #3C0CFE
Text Example
Text Example
White with #3C0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0CFE; }
p { color: rgb(60,12,254); }
H1.HeaderClassName
{
color: #3C0CFE;
}
.AnyTagClassName
{
color: #3C0CFE;
}
</style>
background-color css
<style>
a { background-color: #3C0CFE; }
a { background-color: rgb(60,12,254); }
div.DivClassName
{
background-color: #3C0CFE;
}
.BgClassName
{
background-color: #3C0CFE;
}
</style>
border-color css
<style>
span { border-color: #3C0CFE; }
span { border-color: rgb(60,12,254); }
td.TdClassName
{
border-color: #3C0CFE;
}
.TagClassName
{
border-color: #3C0CFE;
}
</style>