Shades of Han Purple #3518CE
Tints of Han Purple #3518CE
RGB
CMYK
RGB Variations
Color information
#3518CE (or 0x3518CE) is known color: Han Purple. HEX triplet: 35, 18 and CE. RGB value is (53,24,206). Sum of RGB (Red+Green+Blue) = 53+24+206=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #3518CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518CE is #CAE731. Grayscale: #343434. Windows color (decimal): -13297458 or 13506613. OLE color: 13506613.
HSL color Cylindrical-coordinate representation of color #3518CE: hue angle of 249.56º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3518CE is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 24 | 206 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.19 |
| HSL | 249.56º | 0.79% | 0.45% | - |
| HSV(B) | 249.56º | 0.88% | 0.81% | - |
| XYZ | 12.94 | 5.87 | 58.84 | - |
| YUV | 53.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 206 | 0.74 | 0.88 | 0 | 0.19 | 249.56 | 0.79 | 0.45 |
| Hex | 35 | 18 | CE | 4A | 58 | 0 | 13 | FA | 4F | 2D |
| Octal | 65 | 30 | 316 | 112 | 130 | 0 | 23 | 372 | 117 | 55 |
| Binary | 110101 | 11000 | 11001110 | 1001010 | 1011000 | 0 | 10011 | 11111010 | 1001111 | 101101 |
Color Harmonies of #3518CE
Complementary color
Monochromatic Colors of #3518CE
Black with #3518CE
Text Example
Text Example
White with #3518CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518CE; }
p { color: rgb(53,24,206); }
H1.HeaderClassName
{
color: #3518CE;
}
.AnyTagClassName
{
color: #3518CE;
}
</style>
background-color css
<style>
a { background-color: #3518CE; }
a { background-color: rgb(53,24,206); }
div.DivClassName
{
background-color: #3518CE;
}
.BgClassName
{
background-color: #3518CE;
}
</style>
border-color css
<style>
span { border-color: #3518CE; }
span { border-color: rgb(53,24,206); }
td.TdClassName
{
border-color: #3518CE;
}
.TagClassName
{
border-color: #3518CE;
}
</style>