Shades of Han Purple #3C18F6
Tints of Han Purple #3C18F6
RGB
CMYK
RGB Variations
Color information
#3C18F6 (or 0x3C18F6) is known color: Han Purple. HEX triplet: 3C, 18 and F6. RGB value is (60,24,246). Sum of RGB (Red+Green+Blue) = 60+24+246=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 246 (96.48% from 255 or 74.55% from 330); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C18F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C18F6 is #C3E709. Grayscale: #3B3B3B. Windows color (decimal): -12838666 or 16128060. OLE color: 16128060.
HSL color Cylindrical-coordinate representation of color #3C18F6: hue angle of 249.73º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C18F6 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 24 | 246 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.04 |
| HSL | 249.73º | 0.93% | 0.53% | - |
| HSV(B) | 249.73º | 0.9% | 0.96% | - |
| XYZ | 18.82 | 8.27 | 87.79 | - |
| YUV | 60.07 | 232.93 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 246 | 0.76 | 0.90 | 0 | 0.04 | 249.73 | 0.93 | 0.53 |
| Hex | 3C | 18 | F6 | 4C | 5A | 0 | 4 | FA | 5C | 35 |
| Octal | 74 | 30 | 366 | 114 | 132 | 0 | 4 | 372 | 134 | 65 |
| Binary | 111100 | 11000 | 11110110 | 1001100 | 1011010 | 0 | 100 | 11111010 | 1011100 | 110101 |
Color Harmonies of #3C18F6
Complementary color
Monochromatic Colors of #3C18F6
Black with #3C18F6
Text Example
Text Example
White with #3C18F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C18F6; }
p { color: rgb(60,24,246); }
H1.HeaderClassName
{
color: #3C18F6;
}
.AnyTagClassName
{
color: #3C18F6;
}
</style>
background-color css
<style>
a { background-color: #3C18F6; }
a { background-color: rgb(60,24,246); }
div.DivClassName
{
background-color: #3C18F6;
}
.BgClassName
{
background-color: #3C18F6;
}
</style>
border-color css
<style>
span { border-color: #3C18F6; }
span { border-color: rgb(60,24,246); }
td.TdClassName
{
border-color: #3C18F6;
}
.TagClassName
{
border-color: #3C18F6;
}
</style>