Shades of Han Purple #3C09F8
Tints of Han Purple #3C09F8
RGB
CMYK
RGB Variations
Color information
#3C09F8 (or 0x3C09F8) is known color: Han Purple. HEX triplet: 3C, 09 and F8. RGB value is (60,9,248). Sum of RGB (Red+Green+Blue) = 60+9+248=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 248 (97.27% from 255 or 78.23% from 317); Max value from RGB is 248 - color contains mainly: blue. Hex color #3C09F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C09F8 is #C3F607. Grayscale: #323232. Windows color (decimal): -12842504 or 16255292. OLE color: 16255292.
HSL color Cylindrical-coordinate representation of color #3C09F8: hue angle of 252.8º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C09F8 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 9 | 248 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.03 |
| HSL | 252.8º | 0.94% | 0.5% | - |
| HSV(B) | 252.8º | 0.96% | 0.97% | - |
| XYZ | 18.9 | 7.93 | 89.34 | - |
| YUV | 51.5 | 238.9 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 248 | 0.76 | 0.96 | 0 | 0.03 | 252.8 | 0.94 | 0.5 |
| Hex | 3C | 9 | F8 | 4C | 60 | 0 | 3 | FD | 5E | 32 |
| Octal | 74 | 11 | 370 | 114 | 140 | 0 | 3 | 375 | 136 | 62 |
| Binary | 111100 | 1001 | 11111000 | 1001100 | 1100000 | 0 | 11 | 11111101 | 1011110 | 110010 |
Color Harmonies of #3C09F8
Complementary color
Monochromatic Colors of #3C09F8
Black with #3C09F8
Text Example
Text Example
White with #3C09F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C09F8; }
p { color: rgb(60,9,248); }
H1.HeaderClassName
{
color: #3C09F8;
}
.AnyTagClassName
{
color: #3C09F8;
}
</style>
background-color css
<style>
a { background-color: #3C09F8; }
a { background-color: rgb(60,9,248); }
div.DivClassName
{
background-color: #3C09F8;
}
.BgClassName
{
background-color: #3C09F8;
}
</style>
border-color css
<style>
span { border-color: #3C09F8; }
span { border-color: rgb(60,9,248); }
td.TdClassName
{
border-color: #3C09F8;
}
.TagClassName
{
border-color: #3C09F8;
}
</style>