Shades of Han Purple #3C17CF
Tints of Han Purple #3C17CF
RGB
CMYK
RGB Variations
Color information
#3C17CF (or 0x3C17CF) is known color: Han Purple. HEX triplet: 3C, 17 and CF. RGB value is (60,23,207). Sum of RGB (Red+Green+Blue) = 60+23+207=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C17CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17CF is #C3E830. Grayscale: #363636. Windows color (decimal): -12838961 or 13571900. OLE color: 13571900.
HSL color Cylindrical-coordinate representation of color #3C17CF: hue angle of 252.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C17CF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 23 | 207 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.19 |
| HSL | 252.07º | 0.8% | 0.45% | - |
| HSV(B) | 252.07º | 0.89% | 0.81% | - |
| XYZ | 13.43 | 6.08 | 59.5 | - |
| YUV | 55.04 | 213.76 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 207 | 0.71 | 0.89 | 0 | 0.19 | 252.07 | 0.8 | 0.45 |
| Hex | 3C | 17 | CF | 47 | 59 | 0 | 13 | FC | 50 | 2D |
| Octal | 74 | 27 | 317 | 107 | 131 | 0 | 23 | 374 | 120 | 55 |
| Binary | 111100 | 10111 | 11001111 | 1000111 | 1011001 | 0 | 10011 | 11111100 | 1010000 | 101101 |
Color Harmonies of #3C17CF
Complementary color
Monochromatic Colors of #3C17CF
Black with #3C17CF
Text Example
Text Example
White with #3C17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17CF; }
p { color: rgb(60,23,207); }
H1.HeaderClassName
{
color: #3C17CF;
}
.AnyTagClassName
{
color: #3C17CF;
}
</style>
background-color css
<style>
a { background-color: #3C17CF; }
a { background-color: rgb(60,23,207); }
div.DivClassName
{
background-color: #3C17CF;
}
.BgClassName
{
background-color: #3C17CF;
}
</style>
border-color css
<style>
span { border-color: #3C17CF; }
span { border-color: rgb(60,23,207); }
td.TdClassName
{
border-color: #3C17CF;
}
.TagClassName
{
border-color: #3C17CF;
}
</style>