Shades of Han Purple #3C17FC
Tints of Han Purple #3C17FC
RGB
CMYK
RGB Variations
Color information
#3C17FC (or 0x3C17FC) is known color: Han Purple. HEX triplet: 3C, 17 and FC. RGB value is (60,23,252). Sum of RGB (Red+Green+Blue) = 60+23+252=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C17FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C17FC is #C3E803. Grayscale: #3B3B3B. Windows color (decimal): -12838916 or 16521020. OLE color: 16521020.
HSL color Cylindrical-coordinate representation of color #3C17FC: hue angle of 249.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C17FC is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 23 | 252 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.01 |
| HSL | 249.69º | 0.97% | 0.54% | - |
| HSV(B) | 249.69º | 0.91% | 0.99% | - |
| XYZ | 19.74 | 8.6 | 92.72 | - |
| YUV | 60.17 | 236.26 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 252 | 0.76 | 0.91 | 0 | 0.01 | 249.69 | 0.97 | 0.54 |
| Hex | 3C | 17 | FC | 4C | 5B | 0 | 1 | FA | 61 | 36 |
| Octal | 74 | 27 | 374 | 114 | 133 | 0 | 1 | 372 | 141 | 66 |
| Binary | 111100 | 10111 | 11111100 | 1001100 | 1011011 | 0 | 1 | 11111010 | 1100001 | 110110 |
Color Harmonies of #3C17FC
Complementary color
Monochromatic Colors of #3C17FC
Black with #3C17FC
Text Example
Text Example
White with #3C17FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17FC; }
p { color: rgb(60,23,252); }
H1.HeaderClassName
{
color: #3C17FC;
}
.AnyTagClassName
{
color: #3C17FC;
}
</style>
background-color css
<style>
a { background-color: #3C17FC; }
a { background-color: rgb(60,23,252); }
div.DivClassName
{
background-color: #3C17FC;
}
.BgClassName
{
background-color: #3C17FC;
}
</style>
border-color css
<style>
span { border-color: #3C17FC; }
span { border-color: rgb(60,23,252); }
td.TdClassName
{
border-color: #3C17FC;
}
.TagClassName
{
border-color: #3C17FC;
}
</style>