Shades of Han Purple #351ED3
Tints of Han Purple #351ED3
RGB
CMYK
RGB Variations
Color information
#351ED3 (or 0x351ED3) is known color: Han Purple. HEX triplet: 35, 1E and D3. RGB value is (53,30,211). Sum of RGB (Red+Green+Blue) = 53+30+211=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 211 (82.81% from 255 or 71.77% from 294); Max value from RGB is 211 - color contains mainly: blue. Hex color #351ED3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ED3 is #CAE12C. Grayscale: #383838. Windows color (decimal): -13295917 or 13835829. OLE color: 13835829.
HSL color Cylindrical-coordinate representation of color #351ED3: hue angle of 247.62º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351ED3 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 30 | 211 | - |
| CMYK | 0.75 | 0.86 | 0 | 0.17 |
| HSL | 247.62º | 0.75% | 0.47% | - |
| HSV(B) | 247.62º | 0.86% | 0.83% | - |
| XYZ | 13.69 | 6.39 | 62.14 | - |
| YUV | 57.51 | 214.62 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 211 | 0.75 | 0.86 | 0 | 0.17 | 247.62 | 0.75 | 0.47 |
| Hex | 35 | 1E | D3 | 4B | 56 | 0 | 11 | F8 | 4B | 2F |
| Octal | 65 | 36 | 323 | 113 | 126 | 0 | 21 | 370 | 113 | 57 |
| Binary | 110101 | 11110 | 11010011 | 1001011 | 1010110 | 0 | 10001 | 11111000 | 1001011 | 101111 |
Color Harmonies of #351ED3
Complementary color
Monochromatic Colors of #351ED3
Black with #351ED3
Text Example
Text Example
White with #351ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351ED3; }
p { color: rgb(53,30,211); }
H1.HeaderClassName
{
color: #351ED3;
}
.AnyTagClassName
{
color: #351ED3;
}
</style>
background-color css
<style>
a { background-color: #351ED3; }
a { background-color: rgb(53,30,211); }
div.DivClassName
{
background-color: #351ED3;
}
.BgClassName
{
background-color: #351ED3;
}
</style>
border-color css
<style>
span { border-color: #351ED3; }
span { border-color: rgb(53,30,211); }
td.TdClassName
{
border-color: #351ED3;
}
.TagClassName
{
border-color: #351ED3;
}
</style>