Shades of Han Purple #3518DE
Tints of Han Purple #3518DE
RGB
CMYK
RGB Variations
Color information
#3518DE (or 0x3518DE) is known color: Han Purple. HEX triplet: 35, 18 and DE. RGB value is (53,24,222). Sum of RGB (Red+Green+Blue) = 53+24+222=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #3518DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518DE is #CAE721. Grayscale: #363636. Windows color (decimal): -13297442 or 14555189. OLE color: 14555189.
HSL color Cylindrical-coordinate representation of color #3518DE: hue angle of 248.79º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3518DE is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 24 | 222 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.13 |
| HSL | 248.79º | 0.8% | 0.48% | - |
| HSV(B) | 248.79º | 0.89% | 0.87% | - |
| XYZ | 14.98 | 6.68 | 69.61 | - |
| YUV | 55.24 | 222.11 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 222 | 0.76 | 0.89 | 0 | 0.13 | 248.79 | 0.8 | 0.48 |
| Hex | 35 | 18 | DE | 4C | 59 | 0 | D | F9 | 50 | 30 |
| Octal | 65 | 30 | 336 | 114 | 131 | 0 | 15 | 371 | 120 | 60 |
| Binary | 110101 | 11000 | 11011110 | 1001100 | 1011001 | 0 | 1101 | 11111001 | 1010000 | 110000 |
Color Harmonies of #3518DE
Complementary color
Monochromatic Colors of #3518DE
Black with #3518DE
Text Example
Text Example
White with #3518DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518DE; }
p { color: rgb(53,24,222); }
H1.HeaderClassName
{
color: #3518DE;
}
.AnyTagClassName
{
color: #3518DE;
}
</style>
background-color css
<style>
a { background-color: #3518DE; }
a { background-color: rgb(53,24,222); }
div.DivClassName
{
background-color: #3518DE;
}
.BgClassName
{
background-color: #3518DE;
}
</style>
border-color css
<style>
span { border-color: #3518DE; }
span { border-color: rgb(53,24,222); }
td.TdClassName
{
border-color: #3518DE;
}
.TagClassName
{
border-color: #3518DE;
}
</style>