Shades of Han Purple #350CE1
Tints of Han Purple #350CE1
RGB
CMYK
RGB Variations
Color information
#350CE1 (or 0x350CE1) is known color: Han Purple. HEX triplet: 35, 0C and E1. RGB value is (53,12,225). Sum of RGB (Red+Green+Blue) = 53+12+225=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 225 (88.28% from 255 or 77.59% from 290); Max value from RGB is 225 - color contains mainly: blue. Hex color #350CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350CE1 is #CAF31E. Grayscale: #2F2F2F. Windows color (decimal): -13300511 or 14748725. OLE color: 14748725.
HSL color Cylindrical-coordinate representation of color #350CE1: hue angle of 251.55º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CE1 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 12 | 225 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.12 |
| HSL | 251.55º | 0.9% | 0.46% | - |
| HSV(B) | 251.55º | 0.95% | 0.88% | - |
| XYZ | 15.19 | 6.46 | 71.68 | - |
| YUV | 48.54 | 227.58 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 225 | 0.76 | 0.95 | 0 | 0.12 | 251.55 | 0.9 | 0.46 |
| Hex | 35 | C | E1 | 4C | 5F | 0 | C | FC | 5A | 2E |
| Octal | 65 | 14 | 341 | 114 | 137 | 0 | 14 | 374 | 132 | 56 |
| Binary | 110101 | 1100 | 11100001 | 1001100 | 1011111 | 0 | 1100 | 11111100 | 1011010 | 101110 |
Color Harmonies of #350CE1
Complementary color
Monochromatic Colors of #350CE1
Black with #350CE1
Text Example
Text Example
White with #350CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CE1; }
p { color: rgb(53,12,225); }
H1.HeaderClassName
{
color: #350CE1;
}
.AnyTagClassName
{
color: #350CE1;
}
</style>
background-color css
<style>
a { background-color: #350CE1; }
a { background-color: rgb(53,12,225); }
div.DivClassName
{
background-color: #350CE1;
}
.BgClassName
{
background-color: #350CE1;
}
</style>
border-color css
<style>
span { border-color: #350CE1; }
span { border-color: rgb(53,12,225); }
td.TdClassName
{
border-color: #350CE1;
}
.TagClassName
{
border-color: #350CE1;
}
</style>