Shades of Han Purple #3510FE
Tints of Han Purple #3510FE
RGB
CMYK
RGB Variations
Color information
#3510FE (or 0x3510FE) is known color: Han Purple. HEX triplet: 35, 10 and FE. RGB value is (53,16,254). Sum of RGB (Red+Green+Blue) = 53+16+254=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #3510FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3510FE is #CAEF01. Grayscale: #353535. Windows color (decimal): -13299458 or 16650293. OLE color: 16650293.
HSL color Cylindrical-coordinate representation of color #3510FE: hue angle of 249.33º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3510FE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 16 | 254 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.00 |
| HSL | 249.33º | 0.99% | 0.53% | - |
| HSV(B) | 249.33º | 0.94% | 1% | - |
| XYZ | 19.54 | 8.28 | 94.33 | - |
| YUV | 54.2 | 240.76 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 254 | 0.79 | 0.94 | 0 | 0.00 | 249.33 | 0.99 | 0.53 |
| Hex | 35 | 10 | FE | 4F | 5E | 0 | 0 | F9 | 63 | 35 |
| Octal | 65 | 20 | 376 | 117 | 136 | 0 | 0 | 371 | 143 | 65 |
| Binary | 110101 | 10000 | 11111110 | 1001111 | 1011110 | 0 | 0 | 11111001 | 1100011 | 110101 |
Color Harmonies of #3510FE
Complementary color
Monochromatic Colors of #3510FE
Black with #3510FE
Text Example
Text Example
White with #3510FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510FE; }
p { color: rgb(53,16,254); }
H1.HeaderClassName
{
color: #3510FE;
}
.AnyTagClassName
{
color: #3510FE;
}
</style>
background-color css
<style>
a { background-color: #3510FE; }
a { background-color: rgb(53,16,254); }
div.DivClassName
{
background-color: #3510FE;
}
.BgClassName
{
background-color: #3510FE;
}
</style>
border-color css
<style>
span { border-color: #3510FE; }
span { border-color: rgb(53,16,254); }
td.TdClassName
{
border-color: #3510FE;
}
.TagClassName
{
border-color: #3510FE;
}
</style>