Shades of Han Purple #3515CE
Tints of Han Purple #3515CE
RGB
CMYK
RGB Variations
Color information
#3515CE (or 0x3515CE) is known color: Han Purple. HEX triplet: 35, 15 and CE. RGB value is (53,21,206). Sum of RGB (Red+Green+Blue) = 53+21+206=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #3515CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3515CE is #CAEA31. Grayscale: #323232. Windows color (decimal): -13298226 or 13505845. OLE color: 13505845.
HSL color Cylindrical-coordinate representation of color #3515CE: hue angle of 250.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3515CE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 21 | 206 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.19 |
| HSL | 250.38º | 0.81% | 0.45% | - |
| HSV(B) | 250.38º | 0.9% | 0.81% | - |
| XYZ | 12.88 | 5.75 | 58.82 | - |
| YUV | 51.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 21 | 206 | 0.74 | 0.90 | 0 | 0.19 | 250.38 | 0.81 | 0.45 |
| Hex | 35 | 15 | CE | 4A | 5A | 0 | 13 | FA | 51 | 2D |
| Octal | 65 | 25 | 316 | 112 | 132 | 0 | 23 | 372 | 121 | 55 |
| Binary | 110101 | 10101 | 11001110 | 1001010 | 1011010 | 0 | 10011 | 11111010 | 1010001 | 101101 |
Color Harmonies of #3515CE
Complementary color
Monochromatic Colors of #3515CE
Black with #3515CE
Text Example
Text Example
White with #3515CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3515CE; }
p { color: rgb(53,21,206); }
H1.HeaderClassName
{
color: #3515CE;
}
.AnyTagClassName
{
color: #3515CE;
}
</style>
background-color css
<style>
a { background-color: #3515CE; }
a { background-color: rgb(53,21,206); }
div.DivClassName
{
background-color: #3515CE;
}
.BgClassName
{
background-color: #3515CE;
}
</style>
border-color css
<style>
span { border-color: #3515CE; }
span { border-color: rgb(53,21,206); }
td.TdClassName
{
border-color: #3515CE;
}
.TagClassName
{
border-color: #3515CE;
}
</style>