Shades of Han Purple #3C11EF
Tints of Han Purple #3C11EF
RGB
CMYK
RGB Variations
Color information
#3C11EF (or 0x3C11EF) is known color: Han Purple. HEX triplet: 3C, 11 and EF. RGB value is (60,17,239). Sum of RGB (Red+Green+Blue) = 60+17+239=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C11EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11EF is #C3EE10. Grayscale: #363636. Windows color (decimal): -12840465 or 15667516. OLE color: 15667516.
HSL color Cylindrical-coordinate representation of color #3C11EF: hue angle of 251.62º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C11EF is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 17 | 239 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.06 |
| HSL | 251.62º | 0.87% | 0.5% | - |
| HSV(B) | 251.62º | 0.93% | 0.94% | - |
| XYZ | 17.64 | 7.59 | 82.2 | - |
| YUV | 55.17 | 231.75 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 239 | 0.75 | 0.93 | 0 | 0.06 | 251.62 | 0.87 | 0.5 |
| Hex | 3C | 11 | EF | 4B | 5D | 0 | 6 | FC | 57 | 32 |
| Octal | 74 | 21 | 357 | 113 | 135 | 0 | 6 | 374 | 127 | 62 |
| Binary | 111100 | 10001 | 11101111 | 1001011 | 1011101 | 0 | 110 | 11111100 | 1010111 | 110010 |
Color Harmonies of #3C11EF
Complementary color
Monochromatic Colors of #3C11EF
Black with #3C11EF
Text Example
Text Example
White with #3C11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C11EF; }
p { color: rgb(60,17,239); }
H1.HeaderClassName
{
color: #3C11EF;
}
.AnyTagClassName
{
color: #3C11EF;
}
</style>
background-color css
<style>
a { background-color: #3C11EF; }
a { background-color: rgb(60,17,239); }
div.DivClassName
{
background-color: #3C11EF;
}
.BgClassName
{
background-color: #3C11EF;
}
</style>
border-color css
<style>
span { border-color: #3C11EF; }
span { border-color: rgb(60,17,239); }
td.TdClassName
{
border-color: #3C11EF;
}
.TagClassName
{
border-color: #3C11EF;
}
</style>