Shades of Han Purple #3C11FC
Tints of Han Purple #3C11FC
RGB
CMYK
RGB Variations
Color information
#3C11FC (or 0x3C11FC) is known color: Han Purple. HEX triplet: 3C, 11 and FC. RGB value is (60,17,252). Sum of RGB (Red+Green+Blue) = 60+17+252=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C11FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11FC is #C3EE03. Grayscale: #373737. Windows color (decimal): -12840452 or 16519484. OLE color: 16519484.
HSL color Cylindrical-coordinate representation of color #3C11FC: hue angle of 250.98º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C11FC is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 17 | 252 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.01 |
| HSL | 250.98º | 0.98% | 0.53% | - |
| HSV(B) | 250.98º | 0.93% | 0.99% | - |
| XYZ | 19.63 | 8.39 | 92.68 | - |
| YUV | 56.65 | 238.25 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 252 | 0.76 | 0.93 | 0 | 0.01 | 250.98 | 0.98 | 0.53 |
| Hex | 3C | 11 | FC | 4C | 5D | 0 | 1 | FB | 62 | 35 |
| Octal | 74 | 21 | 374 | 114 | 135 | 0 | 1 | 373 | 142 | 65 |
| Binary | 111100 | 10001 | 11111100 | 1001100 | 1011101 | 0 | 1 | 11111011 | 1100010 | 110101 |
Color Harmonies of #3C11FC
Complementary color
Monochromatic Colors of #3C11FC
Black with #3C11FC
Text Example
Text Example
White with #3C11FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C11FC; }
p { color: rgb(60,17,252); }
H1.HeaderClassName
{
color: #3C11FC;
}
.AnyTagClassName
{
color: #3C11FC;
}
</style>
background-color css
<style>
a { background-color: #3C11FC; }
a { background-color: rgb(60,17,252); }
div.DivClassName
{
background-color: #3C11FC;
}
.BgClassName
{
background-color: #3C11FC;
}
</style>
border-color css
<style>
span { border-color: #3C11FC; }
span { border-color: rgb(60,17,252); }
td.TdClassName
{
border-color: #3C11FC;
}
.TagClassName
{
border-color: #3C11FC;
}
</style>