Shades of Han Purple #3517EF
Tints of Han Purple #3517EF
RGB
CMYK
RGB Variations
Color information
#3517EF (or 0x3517EF) is known color: Han Purple. HEX triplet: 35, 17 and EF. RGB value is (53,23,239). Sum of RGB (Red+Green+Blue) = 53+23+239=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #3517EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3517EF is #CAE810. Grayscale: #373737. Windows color (decimal): -13297681 or 15669045. OLE color: 15669045.
HSL color Cylindrical-coordinate representation of color #3517EF: hue angle of 248.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3517EF is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 23 | 239 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.06 |
| HSL | 248.33º | 0.87% | 0.51% | - |
| HSV(B) | 248.33º | 0.9% | 0.94% | - |
| XYZ | 17.35 | 7.6 | 82.21 | - |
| YUV | 56.59 | 230.94 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 23 | 239 | 0.78 | 0.90 | 0 | 0.06 | 248.33 | 0.87 | 0.51 |
| Hex | 35 | 17 | EF | 4E | 5A | 0 | 6 | F8 | 57 | 33 |
| Octal | 65 | 27 | 357 | 116 | 132 | 0 | 6 | 370 | 127 | 63 |
| Binary | 110101 | 10111 | 11101111 | 1001110 | 1011010 | 0 | 110 | 11111000 | 1010111 | 110011 |
Color Harmonies of #3517EF
Complementary color
Monochromatic Colors of #3517EF
Black with #3517EF
Text Example
Text Example
White with #3517EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3517EF; }
p { color: rgb(53,23,239); }
H1.HeaderClassName
{
color: #3517EF;
}
.AnyTagClassName
{
color: #3517EF;
}
</style>
background-color css
<style>
a { background-color: #3517EF; }
a { background-color: rgb(53,23,239); }
div.DivClassName
{
background-color: #3517EF;
}
.BgClassName
{
background-color: #3517EF;
}
</style>
border-color css
<style>
span { border-color: #3517EF; }
span { border-color: rgb(53,23,239); }
td.TdClassName
{
border-color: #3517EF;
}
.TagClassName
{
border-color: #3517EF;
}
</style>