Shades of Han Purple #350FEB
Tints of Han Purple #350FEB
RGB
CMYK
RGB Variations
Color information
#350FEB (or 0x350FEB) is known color: Han Purple. HEX triplet: 35, 0F and EB. RGB value is (53,15,235). Sum of RGB (Red+Green+Blue) = 53+15+235=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #350FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FEB is #CAF014. Grayscale: #323232. Windows color (decimal): -13299733 or 15404853. OLE color: 15404853.
HSL color Cylindrical-coordinate representation of color #350FEB: hue angle of 250.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350FEB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 15 | 235 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.08 |
| HSL | 250.36º | 0.88% | 0.49% | - |
| HSV(B) | 250.36º | 0.94% | 0.92% | - |
| XYZ | 16.63 | 7.1 | 79.09 | - |
| YUV | 51.44 | 231.59 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 235 | 0.77 | 0.94 | 0 | 0.08 | 250.36 | 0.88 | 0.49 |
| Hex | 35 | F | EB | 4D | 5E | 0 | 8 | FA | 58 | 31 |
| Octal | 65 | 17 | 353 | 115 | 136 | 0 | 10 | 372 | 130 | 61 |
| Binary | 110101 | 1111 | 11101011 | 1001101 | 1011110 | 0 | 1000 | 11111010 | 1011000 | 110001 |
Color Harmonies of #350FEB
Complementary color
Monochromatic Colors of #350FEB
Black with #350FEB
Text Example
Text Example
White with #350FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FEB; }
p { color: rgb(53,15,235); }
H1.HeaderClassName
{
color: #350FEB;
}
.AnyTagClassName
{
color: #350FEB;
}
</style>
background-color css
<style>
a { background-color: #350FEB; }
a { background-color: rgb(53,15,235); }
div.DivClassName
{
background-color: #350FEB;
}
.BgClassName
{
background-color: #350FEB;
}
</style>
border-color css
<style>
span { border-color: #350FEB; }
span { border-color: rgb(53,15,235); }
td.TdClassName
{
border-color: #350FEB;
}
.TagClassName
{
border-color: #350FEB;
}
</style>