Shades of Han Purple #3517EE
Tints of Han Purple #3517EE
RGB
CMYK
RGB Variations
Color information
#3517EE (or 0x3517EE) is known color: Han Purple. HEX triplet: 35, 17 and EE. RGB value is (53,23,238). Sum of RGB (Red+Green+Blue) = 53+23+238=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 238 (93.36% from 255 or 75.80% from 314); Max value from RGB is 238 - color contains mainly: blue. Hex color #3517EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3517EE is #CAE811. Grayscale: #373737. Windows color (decimal): -13297682 or 15603509. OLE color: 15603509.
HSL color Cylindrical-coordinate representation of color #3517EE: hue angle of 248.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3517EE is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 23 | 238 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.07 |
| HSL | 248.37º | 0.86% | 0.51% | - |
| HSV(B) | 248.37º | 0.9% | 0.93% | - |
| XYZ | 17.21 | 7.54 | 81.44 | - |
| YUV | 56.48 | 230.44 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 238 | 0.78 | 0.90 | 0 | 0.07 | 248.37 | 0.86 | 0.51 |
| Hex | 35 | 17 | EE | 4E | 5A | 0 | 7 | F8 | 56 | 33 |
| Octal | 65 | 27 | 356 | 116 | 132 | 0 | 7 | 370 | 126 | 63 |
| Binary | 110101 | 10111 | 11101110 | 1001110 | 1011010 | 0 | 111 | 11111000 | 1010110 | 110011 |
Color Harmonies of #3517EE
Complementary color
Monochromatic Colors of #3517EE
Black with #3517EE
Text Example
Text Example
White with #3517EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3517EE; }
p { color: rgb(53,23,238); }
H1.HeaderClassName
{
color: #3517EE;
}
.AnyTagClassName
{
color: #3517EE;
}
</style>
background-color css
<style>
a { background-color: #3517EE; }
a { background-color: rgb(53,23,238); }
div.DivClassName
{
background-color: #3517EE;
}
.BgClassName
{
background-color: #3517EE;
}
</style>
border-color css
<style>
span { border-color: #3517EE; }
span { border-color: rgb(53,23,238); }
td.TdClassName
{
border-color: #3517EE;
}
.TagClassName
{
border-color: #3517EE;
}
</style>