Shades of Han Purple #350ED4
Tints of Han Purple #350ED4
RGB
CMYK
RGB Variations
Color information
#350ED4 (or 0x350ED4) is known color: Han Purple. HEX triplet: 35, 0E and D4. RGB value is (53,14,212). Sum of RGB (Red+Green+Blue) = 53+14+212=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 212 (83.20% from 255 or 75.99% from 279); Max value from RGB is 212 - color contains mainly: blue. Hex color #350ED4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ED4 is #CAF12B. Grayscale: #2F2F2F. Windows color (decimal): -13300012 or 13897269. OLE color: 13897269.
HSL color Cylindrical-coordinate representation of color #350ED4: hue angle of 251.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350ED4 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 14 | 212 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.17 |
| HSL | 251.82º | 0.88% | 0.44% | - |
| HSV(B) | 251.82º | 0.93% | 0.83% | - |
| XYZ | 13.51 | 5.82 | 62.7 | - |
| YUV | 48.23 | 220.42 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 212 | 0.75 | 0.93 | 0 | 0.17 | 251.82 | 0.88 | 0.44 |
| Hex | 35 | E | D4 | 4B | 5D | 0 | 11 | FC | 58 | 2C |
| Octal | 65 | 16 | 324 | 113 | 135 | 0 | 21 | 374 | 130 | 54 |
| Binary | 110101 | 1110 | 11010100 | 1001011 | 1011101 | 0 | 10001 | 11111100 | 1011000 | 101100 |
Color Harmonies of #350ED4
Complementary color
Monochromatic Colors of #350ED4
Black with #350ED4
Text Example
Text Example
White with #350ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350ED4; }
p { color: rgb(53,14,212); }
H1.HeaderClassName
{
color: #350ED4;
}
.AnyTagClassName
{
color: #350ED4;
}
</style>
background-color css
<style>
a { background-color: #350ED4; }
a { background-color: rgb(53,14,212); }
div.DivClassName
{
background-color: #350ED4;
}
.BgClassName
{
background-color: #350ED4;
}
</style>
border-color css
<style>
span { border-color: #350ED4; }
span { border-color: rgb(53,14,212); }
td.TdClassName
{
border-color: #350ED4;
}
.TagClassName
{
border-color: #350ED4;
}
</style>