Shades of Han Purple #3C09F6
Tints of Han Purple #3C09F6
RGB
CMYK
RGB Variations
Color information
#3C09F6 (or 0x3C09F6) is known color: Han Purple. HEX triplet: 3C, 09 and F6. RGB value is (60,9,246). Sum of RGB (Red+Green+Blue) = 60+9+246=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 246 (96.48% from 255 or 78.10% from 315); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C09F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C09F6 is #C3F609. Grayscale: #323232. Windows color (decimal): -12842506 or 16124220. OLE color: 16124220.
HSL color Cylindrical-coordinate representation of color #3C09F6: hue angle of 252.91º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C09F6 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 9 | 246 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.04 |
| HSL | 252.91º | 0.93% | 0.5% | - |
| HSV(B) | 252.91º | 0.96% | 0.96% | - |
| XYZ | 18.6 | 7.81 | 87.72 | - |
| YUV | 51.27 | 237.9 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 246 | 0.76 | 0.96 | 0 | 0.04 | 252.91 | 0.93 | 0.5 |
| Hex | 3C | 9 | F6 | 4C | 60 | 0 | 4 | FD | 5D | 32 |
| Octal | 74 | 11 | 366 | 114 | 140 | 0 | 4 | 375 | 135 | 62 |
| Binary | 111100 | 1001 | 11110110 | 1001100 | 1100000 | 0 | 100 | 11111101 | 1011101 | 110010 |
Color Harmonies of #3C09F6
Complementary color
Monochromatic Colors of #3C09F6
Black with #3C09F6
Text Example
Text Example
White with #3C09F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C09F6; }
p { color: rgb(60,9,246); }
H1.HeaderClassName
{
color: #3C09F6;
}
.AnyTagClassName
{
color: #3C09F6;
}
</style>
background-color css
<style>
a { background-color: #3C09F6; }
a { background-color: rgb(60,9,246); }
div.DivClassName
{
background-color: #3C09F6;
}
.BgClassName
{
background-color: #3C09F6;
}
</style>
border-color css
<style>
span { border-color: #3C09F6; }
span { border-color: rgb(60,9,246); }
td.TdClassName
{
border-color: #3C09F6;
}
.TagClassName
{
border-color: #3C09F6;
}
</style>