Shades of Han Purple #3519FF
Tints of Han Purple #3519FF
RGB
CMYK
RGB Variations
Color information
#3519FF (or 0x3519FF) is known color: Han Purple. HEX triplet: 35, 19 and FF. RGB value is (53,25,255). Sum of RGB (Red+Green+Blue) = 53+25+255=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #3519FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3519FF is #CAE600. Grayscale: #3A3A3A. Windows color (decimal): -13297153 or 16718133. OLE color: 16718133.
HSL color Cylindrical-coordinate representation of color #3519FF: hue angle of 247.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3519FF is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 53 | 25 | 255 | - |
| CMYK | 0.79 | 0.90 | 0 | 0 |
| HSL | 247.3º | 1% | 0.55% | - |
| HSV(B) | 247.3º | 0.9% | 1% | - |
| XYZ | 19.87 | 8.67 | 95.23 | - |
| YUV | 59.59 | 238.28 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 255 | 0.79 | 0.90 | 0 | 0 | 247.3 | 1 | 0.55 |
| Hex | 35 | 19 | FF | 4F | 5A | 0 | 0 | F7 | 64 | 37 |
| Octal | 65 | 31 | 377 | 117 | 132 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110101 | 11001 | 11111111 | 1001111 | 1011010 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #3519FF
Complementary color
Monochromatic Colors of #3519FF
Black with #3519FF
Text Example
Text Example
White with #3519FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519FF; }
p { color: rgb(53,25,255); }
H1.HeaderClassName
{
color: #3519FF;
}
.AnyTagClassName
{
color: #3519FF;
}
</style>
background-color css
<style>
a { background-color: #3519FF; }
a { background-color: rgb(53,25,255); }
div.DivClassName
{
background-color: #3519FF;
}
.BgClassName
{
background-color: #3519FF;
}
</style>
border-color css
<style>
span { border-color: #3519FF; }
span { border-color: rgb(53,25,255); }
td.TdClassName
{
border-color: #3519FF;
}
.TagClassName
{
border-color: #3519FF;
}
</style>