Shades of Han Purple #3518DF
Tints of Han Purple #3518DF
RGB
CMYK
RGB Variations
Color information
#3518DF (or 0x3518DF) is known color: Han Purple. HEX triplet: 35, 18 and DF. RGB value is (53,24,223). Sum of RGB (Red+Green+Blue) = 53+24+223=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #3518DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518DF is #CAE720. Grayscale: #363636. Windows color (decimal): -13297441 or 14620725. OLE color: 14620725.
HSL color Cylindrical-coordinate representation of color #3518DF: hue angle of 248.74º degrees, saturation: 0.81, 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 #3518DF is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 24 | 223 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.13 |
| HSL | 248.74º | 0.81% | 0.48% | - |
| HSV(B) | 248.74º | 0.89% | 0.87% | - |
| XYZ | 15.11 | 6.74 | 70.32 | - |
| YUV | 55.36 | 222.61 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 223 | 0.76 | 0.89 | 0 | 0.13 | 248.74 | 0.81 | 0.48 |
| Hex | 35 | 18 | DF | 4C | 59 | 0 | D | F9 | 51 | 30 |
| Octal | 65 | 30 | 337 | 114 | 131 | 0 | 15 | 371 | 121 | 60 |
| Binary | 110101 | 11000 | 11011111 | 1001100 | 1011001 | 0 | 1101 | 11111001 | 1010001 | 110000 |
Color Harmonies of #3518DF
Complementary color
Monochromatic Colors of #3518DF
Black with #3518DF
Text Example
Text Example
White with #3518DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518DF; }
p { color: rgb(53,24,223); }
H1.HeaderClassName
{
color: #3518DF;
}
.AnyTagClassName
{
color: #3518DF;
}
</style>
background-color css
<style>
a { background-color: #3518DF; }
a { background-color: rgb(53,24,223); }
div.DivClassName
{
background-color: #3518DF;
}
.BgClassName
{
background-color: #3518DF;
}
</style>
border-color css
<style>
span { border-color: #3518DF; }
span { border-color: rgb(53,24,223); }
td.TdClassName
{
border-color: #3518DF;
}
.TagClassName
{
border-color: #3518DF;
}
</style>