Shades of Han Purple #3C17CE
Tints of Han Purple #3C17CE
RGB
CMYK
RGB Variations
Color information
#3C17CE (or 0x3C17CE) is known color: Han Purple. HEX triplet: 3C, 17 and CE. RGB value is (60,23,206). Sum of RGB (Red+Green+Blue) = 60+23+206=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C17CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C17CE is #C3E831. Grayscale: #363636. Windows color (decimal): -12838962 or 13506364. OLE color: 13506364.
HSL color Cylindrical-coordinate representation of color #3C17CE: hue angle of 252.13º 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 #3C17CE is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 23 | 206 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.19 |
| HSL | 252.13º | 0.8% | 0.45% | - |
| HSV(B) | 252.13º | 0.89% | 0.81% | - |
| XYZ | 13.31 | 6.03 | 58.85 | - |
| YUV | 54.93 | 213.26 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 206 | 0.71 | 0.89 | 0 | 0.19 | 252.13 | 0.8 | 0.45 |
| Hex | 3C | 17 | CE | 47 | 59 | 0 | 13 | FC | 50 | 2D |
| Octal | 74 | 27 | 316 | 107 | 131 | 0 | 23 | 374 | 120 | 55 |
| Binary | 111100 | 10111 | 11001110 | 1000111 | 1011001 | 0 | 10011 | 11111100 | 1010000 | 101101 |
Color Harmonies of #3C17CE
Complementary color
Monochromatic Colors of #3C17CE
Black with #3C17CE
Text Example
Text Example
White with #3C17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C17CE; }
p { color: rgb(60,23,206); }
H1.HeaderClassName
{
color: #3C17CE;
}
.AnyTagClassName
{
color: #3C17CE;
}
</style>
background-color css
<style>
a { background-color: #3C17CE; }
a { background-color: rgb(60,23,206); }
div.DivClassName
{
background-color: #3C17CE;
}
.BgClassName
{
background-color: #3C17CE;
}
</style>
border-color css
<style>
span { border-color: #3C17CE; }
span { border-color: rgb(60,23,206); }
td.TdClassName
{
border-color: #3C17CE;
}
.TagClassName
{
border-color: #3C17CE;
}
</style>