Shades of Han Purple #3C15FE
Tints of Han Purple #3C15FE
RGB
CMYK
RGB Variations
Color information
#3C15FE (or 0x3C15FE) is known color: Han Purple. HEX triplet: 3C, 15 and FE. RGB value is (60,21,254). Sum of RGB (Red+Green+Blue) = 60+21+254=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #3C15FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C15FE is #C3EA01. Grayscale: #3A3A3A. Windows color (decimal): -12839426 or 16651580. OLE color: 16651580.
HSL color Cylindrical-coordinate representation of color #3C15FE: hue angle of 250.04º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C15FE is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 21 | 254 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.00 |
| HSL | 250.04º | 0.99% | 0.54% | - |
| HSV(B) | 250.04º | 0.92% | 1% | - |
| XYZ | 20.02 | 8.65 | 94.38 | - |
| YUV | 59.22 | 237.92 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 254 | 0.76 | 0.92 | 0 | 0.00 | 250.04 | 0.99 | 0.54 |
| Hex | 3C | 15 | FE | 4C | 5C | 0 | 0 | FA | 63 | 36 |
| Octal | 74 | 25 | 376 | 114 | 134 | 0 | 0 | 372 | 143 | 66 |
| Binary | 111100 | 10101 | 11111110 | 1001100 | 1011100 | 0 | 0 | 11111010 | 1100011 | 110110 |
Color Harmonies of #3C15FE
Complementary color
Monochromatic Colors of #3C15FE
Black with #3C15FE
Text Example
Text Example
White with #3C15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C15FE; }
p { color: rgb(60,21,254); }
H1.HeaderClassName
{
color: #3C15FE;
}
.AnyTagClassName
{
color: #3C15FE;
}
</style>
background-color css
<style>
a { background-color: #3C15FE; }
a { background-color: rgb(60,21,254); }
div.DivClassName
{
background-color: #3C15FE;
}
.BgClassName
{
background-color: #3C15FE;
}
</style>
border-color css
<style>
span { border-color: #3C15FE; }
span { border-color: rgb(60,21,254); }
td.TdClassName
{
border-color: #3C15FE;
}
.TagClassName
{
border-color: #3C15FE;
}
</style>