Shades of Han Purple #3C09FC
Tints of Han Purple #3C09FC
RGB
CMYK
RGB Variations
Color information
#3C09FC (or 0x3C09FC) is known color: Han Purple. HEX triplet: 3C, 09 and FC. RGB value is (60,9,252). Sum of RGB (Red+Green+Blue) = 60+9+252=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 252 (98.83% from 255 or 78.50% from 321); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C09FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C09FC is #C3F603. Grayscale: #333333. Windows color (decimal): -12842500 or 16517436. OLE color: 16517436.
HSL color Cylindrical-coordinate representation of color #3C09FC: hue angle of 252.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C09FC is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 9 | 252 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.01 |
| HSL | 252.59º | 0.98% | 0.51% | - |
| HSV(B) | 252.59º | 0.96% | 0.99% | - |
| XYZ | 19.53 | 8.18 | 92.65 | - |
| YUV | 51.95 | 240.9 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 252 | 0.76 | 0.96 | 0 | 0.01 | 252.59 | 0.98 | 0.51 |
| Hex | 3C | 9 | FC | 4C | 60 | 0 | 1 | FD | 62 | 33 |
| Octal | 74 | 11 | 374 | 114 | 140 | 0 | 1 | 375 | 142 | 63 |
| Binary | 111100 | 1001 | 11111100 | 1001100 | 1100000 | 0 | 1 | 11111101 | 1100010 | 110011 |
Color Harmonies of #3C09FC
Complementary color
Monochromatic Colors of #3C09FC
Black with #3C09FC
Text Example
Text Example
White with #3C09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C09FC; }
p { color: rgb(60,9,252); }
H1.HeaderClassName
{
color: #3C09FC;
}
.AnyTagClassName
{
color: #3C09FC;
}
</style>
background-color css
<style>
a { background-color: #3C09FC; }
a { background-color: rgb(60,9,252); }
div.DivClassName
{
background-color: #3C09FC;
}
.BgClassName
{
background-color: #3C09FC;
}
</style>
border-color css
<style>
span { border-color: #3C09FC; }
span { border-color: rgb(60,9,252); }
td.TdClassName
{
border-color: #3C09FC;
}
.TagClassName
{
border-color: #3C09FC;
}
</style>