Shades of Han Purple #350FFE
Tints of Han Purple #350FFE
RGB
CMYK
RGB Variations
Color information
#350FFE (or 0x350FFE) is known color: Han Purple. HEX triplet: 35, 0F and FE. RGB value is (53,15,254). Sum of RGB (Red+Green+Blue) = 53+15+254=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #350FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FFE is #CAF001. Grayscale: #343434. Windows color (decimal): -13299714 or 16650037. OLE color: 16650037.
HSL color Cylindrical-coordinate representation of color #350FFE: hue angle of 249.54º 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 #350FFE is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 15 | 254 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.00 |
| HSL | 249.54º | 0.99% | 0.53% | - |
| HSV(B) | 249.54º | 0.94% | 1% | - |
| XYZ | 19.53 | 8.25 | 94.33 | - |
| YUV | 53.61 | 241.09 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 254 | 0.79 | 0.94 | 0 | 0.00 | 249.54 | 0.99 | 0.53 |
| Hex | 35 | F | FE | 4F | 5E | 0 | 0 | FA | 63 | 35 |
| Octal | 65 | 17 | 376 | 117 | 136 | 0 | 0 | 372 | 143 | 65 |
| Binary | 110101 | 1111 | 11111110 | 1001111 | 1011110 | 0 | 0 | 11111010 | 1100011 | 110101 |
Color Harmonies of #350FFE
Complementary color
Monochromatic Colors of #350FFE
Black with #350FFE
Text Example
Text Example
White with #350FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FFE; }
p { color: rgb(53,15,254); }
H1.HeaderClassName
{
color: #350FFE;
}
.AnyTagClassName
{
color: #350FFE;
}
</style>
background-color css
<style>
a { background-color: #350FFE; }
a { background-color: rgb(53,15,254); }
div.DivClassName
{
background-color: #350FFE;
}
.BgClassName
{
background-color: #350FFE;
}
</style>
border-color css
<style>
span { border-color: #350FFE; }
span { border-color: rgb(53,15,254); }
td.TdClassName
{
border-color: #350FFE;
}
.TagClassName
{
border-color: #350FFE;
}
</style>