Shades of Han Purple #3519FD
Tints of Han Purple #3519FD
RGB
CMYK
RGB Variations
Color information
#3519FD (or 0x3519FD) is known color: Han Purple. HEX triplet: 35, 19 and FD. RGB value is (53,25,253). Sum of RGB (Red+Green+Blue) = 53+25+253=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #3519FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3519FD is #CAE602. Grayscale: #3A3A3A. Windows color (decimal): -13297155 or 16587061. OLE color: 16587061.
HSL color Cylindrical-coordinate representation of color #3519FD: hue angle of 247.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3519FD is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 25 | 253 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.01 |
| HSL | 247.37º | 0.98% | 0.55% | - |
| HSV(B) | 247.37º | 0.9% | 0.99% | - |
| XYZ | 19.55 | 8.54 | 93.55 | - |
| YUV | 59.36 | 237.28 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 253 | 0.79 | 0.90 | 0 | 0.01 | 247.37 | 0.98 | 0.55 |
| Hex | 35 | 19 | FD | 4F | 5A | 0 | 1 | F7 | 62 | 37 |
| Octal | 65 | 31 | 375 | 117 | 132 | 0 | 1 | 367 | 142 | 67 |
| Binary | 110101 | 11001 | 11111101 | 1001111 | 1011010 | 0 | 1 | 11110111 | 1100010 | 110111 |
Color Harmonies of #3519FD
Complementary color
Monochromatic Colors of #3519FD
Black with #3519FD
Text Example
Text Example
White with #3519FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519FD; }
p { color: rgb(53,25,253); }
H1.HeaderClassName
{
color: #3519FD;
}
.AnyTagClassName
{
color: #3519FD;
}
</style>
background-color css
<style>
a { background-color: #3519FD; }
a { background-color: rgb(53,25,253); }
div.DivClassName
{
background-color: #3519FD;
}
.BgClassName
{
background-color: #3519FD;
}
</style>
border-color css
<style>
span { border-color: #3519FD; }
span { border-color: rgb(53,25,253); }
td.TdClassName
{
border-color: #3519FD;
}
.TagClassName
{
border-color: #3519FD;
}
</style>