Shades of Han Purple #3518E3
Tints of Han Purple #3518E3
RGB
CMYK
RGB Variations
Color information
#3518E3 (or 0x3518E3) is known color: Han Purple. HEX triplet: 35, 18 and E3. RGB value is (53,24,227). Sum of RGB (Red+Green+Blue) = 53+24+227=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 227 (89.06% from 255 or 74.67% from 304); Max value from RGB is 227 - color contains mainly: blue. Hex color #3518E3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518E3 is #CAE71C. Grayscale: #373737. Windows color (decimal): -13297437 or 14882869. OLE color: 14882869.
HSL color Cylindrical-coordinate representation of color #3518E3: hue angle of 248.57º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3518E3 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 24 | 227 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.11 |
| HSL | 248.57º | 0.81% | 0.49% | - |
| HSV(B) | 248.57º | 0.89% | 0.89% | - |
| XYZ | 15.66 | 6.96 | 73.19 | - |
| YUV | 55.81 | 224.61 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 227 | 0.77 | 0.89 | 0 | 0.11 | 248.57 | 0.81 | 0.49 |
| Hex | 35 | 18 | E3 | 4D | 59 | 0 | B | F9 | 51 | 31 |
| Octal | 65 | 30 | 343 | 115 | 131 | 0 | 13 | 371 | 121 | 61 |
| Binary | 110101 | 11000 | 11100011 | 1001101 | 1011001 | 0 | 1011 | 11111001 | 1010001 | 110001 |
Color Harmonies of #3518E3
Complementary color
Monochromatic Colors of #3518E3
Black with #3518E3
Text Example
Text Example
White with #3518E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518E3; }
p { color: rgb(53,24,227); }
H1.HeaderClassName
{
color: #3518E3;
}
.AnyTagClassName
{
color: #3518E3;
}
</style>
background-color css
<style>
a { background-color: #3518E3; }
a { background-color: rgb(53,24,227); }
div.DivClassName
{
background-color: #3518E3;
}
.BgClassName
{
background-color: #3518E3;
}
</style>
border-color css
<style>
span { border-color: #3518E3; }
span { border-color: rgb(53,24,227); }
td.TdClassName
{
border-color: #3518E3;
}
.TagClassName
{
border-color: #3518E3;
}
</style>