Shades of Han Purple #3516CF
Tints of Han Purple #3516CF
RGB
CMYK
RGB Variations
Color information
#3516CF (or 0x3516CF) is known color: Han Purple. HEX triplet: 35, 16 and CF. RGB value is (53,22,207). Sum of RGB (Red+Green+Blue) = 53+22+207=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #3516CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3516CF is #CAE930. Grayscale: #333333. Windows color (decimal): -13297969 or 13571637. OLE color: 13571637.
HSL color Cylindrical-coordinate representation of color #3516CF: hue angle of 250.05º degrees, saturation: 0.81, 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 #3516CF is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 22 | 207 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.19 |
| HSL | 250.05º | 0.81% | 0.45% | - |
| HSV(B) | 250.05º | 0.89% | 0.81% | - |
| XYZ | 13.02 | 5.84 | 59.47 | - |
| YUV | 52.36 | 215.27 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 207 | 0.74 | 0.89 | 0 | 0.19 | 250.05 | 0.81 | 0.45 |
| Hex | 35 | 16 | CF | 4A | 59 | 0 | 13 | FA | 51 | 2D |
| Octal | 65 | 26 | 317 | 112 | 131 | 0 | 23 | 372 | 121 | 55 |
| Binary | 110101 | 10110 | 11001111 | 1001010 | 1011001 | 0 | 10011 | 11111010 | 1010001 | 101101 |
Color Harmonies of #3516CF
Complementary color
Monochromatic Colors of #3516CF
Black with #3516CF
Text Example
Text Example
White with #3516CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3516CF; }
p { color: rgb(53,22,207); }
H1.HeaderClassName
{
color: #3516CF;
}
.AnyTagClassName
{
color: #3516CF;
}
</style>
background-color css
<style>
a { background-color: #3516CF; }
a { background-color: rgb(53,22,207); }
div.DivClassName
{
background-color: #3516CF;
}
.BgClassName
{
background-color: #3516CF;
}
</style>
border-color css
<style>
span { border-color: #3516CF; }
span { border-color: rgb(53,22,207); }
td.TdClassName
{
border-color: #3516CF;
}
.TagClassName
{
border-color: #3516CF;
}
</style>