Shades of Han Purple #3518EB
Tints of Han Purple #3518EB
RGB
CMYK
RGB Variations
Color information
#3518EB (or 0x3518EB) is known color: Han Purple. HEX triplet: 35, 18 and EB. RGB value is (53,24,235). Sum of RGB (Red+Green+Blue) = 53+24+235=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #3518EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3518EB is #CAE714. Grayscale: #373737. Windows color (decimal): -13297429 or 15407157. OLE color: 15407157.
HSL color Cylindrical-coordinate representation of color #3518EB: hue angle of 248.25º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3518EB is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 24 | 235 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.08 |
| HSL | 248.25º | 0.84% | 0.51% | - |
| HSV(B) | 248.25º | 0.9% | 0.92% | - |
| XYZ | 16.79 | 7.41 | 79.14 | - |
| YUV | 56.73 | 228.61 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 235 | 0.77 | 0.90 | 0 | 0.08 | 248.25 | 0.84 | 0.51 |
| Hex | 35 | 18 | EB | 4D | 5A | 0 | 8 | F8 | 54 | 33 |
| Octal | 65 | 30 | 353 | 115 | 132 | 0 | 10 | 370 | 124 | 63 |
| Binary | 110101 | 11000 | 11101011 | 1001101 | 1011010 | 0 | 1000 | 11111000 | 1010100 | 110011 |
Color Harmonies of #3518EB
Complementary color
Monochromatic Colors of #3518EB
Black with #3518EB
Text Example
Text Example
White with #3518EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518EB; }
p { color: rgb(53,24,235); }
H1.HeaderClassName
{
color: #3518EB;
}
.AnyTagClassName
{
color: #3518EB;
}
</style>
background-color css
<style>
a { background-color: #3518EB; }
a { background-color: rgb(53,24,235); }
div.DivClassName
{
background-color: #3518EB;
}
.BgClassName
{
background-color: #3518EB;
}
</style>
border-color css
<style>
span { border-color: #3518EB; }
span { border-color: rgb(53,24,235); }
td.TdClassName
{
border-color: #3518EB;
}
.TagClassName
{
border-color: #3518EB;
}
</style>