Shades of Han Purple #3517CE
Tints of Han Purple #3517CE
RGB
CMYK
RGB Variations
Color information
#3517CE (or 0x3517CE) is known color: Han Purple. HEX triplet: 35, 17 and CE. RGB value is (53,23,206). Sum of RGB (Red+Green+Blue) = 53+23+206=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #3517CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3517CE is #CAE831. Grayscale: #343434. Windows color (decimal): -13297714 or 13506357. OLE color: 13506357.
HSL color Cylindrical-coordinate representation of color #3517CE: hue angle of 249.84º 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 #3517CE is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 23 | 206 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.19 |
| HSL | 249.84º | 0.8% | 0.45% | - |
| HSV(B) | 249.84º | 0.89% | 0.81% | - |
| XYZ | 12.92 | 5.83 | 58.84 | - |
| YUV | 52.83 | 214.44 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 206 | 0.74 | 0.89 | 0 | 0.19 | 249.84 | 0.8 | 0.45 |
| Hex | 35 | 17 | CE | 4A | 59 | 0 | 13 | FA | 50 | 2D |
| Octal | 65 | 27 | 316 | 112 | 131 | 0 | 23 | 372 | 120 | 55 |
| Binary | 110101 | 10111 | 11001110 | 1001010 | 1011001 | 0 | 10011 | 11111010 | 1010000 | 101101 |
Color Harmonies of #3517CE
Complementary color
Monochromatic Colors of #3517CE
Black with #3517CE
Text Example
Text Example
White with #3517CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3517CE; }
p { color: rgb(53,23,206); }
H1.HeaderClassName
{
color: #3517CE;
}
.AnyTagClassName
{
color: #3517CE;
}
</style>
background-color css
<style>
a { background-color: #3517CE; }
a { background-color: rgb(53,23,206); }
div.DivClassName
{
background-color: #3517CE;
}
.BgClassName
{
background-color: #3517CE;
}
</style>
border-color css
<style>
span { border-color: #3517CE; }
span { border-color: rgb(53,23,206); }
td.TdClassName
{
border-color: #3517CE;
}
.TagClassName
{
border-color: #3517CE;
}
</style>