Shades of Han Purple #350DD9
Tints of Han Purple #350DD9
RGB
CMYK
RGB Variations
Color information
#350DD9 (or 0x350DD9) is known color: Han Purple. HEX triplet: 35, 0D and D9. RGB value is (53,13,217). Sum of RGB (Red+Green+Blue) = 53+13+217=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 217 (85.16% from 255 or 76.68% from 283); Max value from RGB is 217 - color contains mainly: blue. Hex color #350DD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DD9 is #CAF226. Grayscale: #2F2F2F. Windows color (decimal): -13300263 or 14224693. OLE color: 14224693.
HSL color Cylindrical-coordinate representation of color #350DD9: hue angle of 251.76º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350DD9 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 13 | 217 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.15 |
| HSL | 251.76º | 0.89% | 0.45% | - |
| HSV(B) | 251.76º | 0.94% | 0.85% | - |
| XYZ | 14.14 | 6.05 | 66.07 | - |
| YUV | 48.22 | 223.25 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 217 | 0.76 | 0.94 | 0 | 0.15 | 251.76 | 0.89 | 0.45 |
| Hex | 35 | D | D9 | 4C | 5E | 0 | F | FC | 59 | 2D |
| Octal | 65 | 15 | 331 | 114 | 136 | 0 | 17 | 374 | 131 | 55 |
| Binary | 110101 | 1101 | 11011001 | 1001100 | 1011110 | 0 | 1111 | 11111100 | 1011001 | 101101 |
Color Harmonies of #350DD9
Complementary color
Monochromatic Colors of #350DD9
Black with #350DD9
Text Example
Text Example
White with #350DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DD9; }
p { color: rgb(53,13,217); }
H1.HeaderClassName
{
color: #350DD9;
}
.AnyTagClassName
{
color: #350DD9;
}
</style>
background-color css
<style>
a { background-color: #350DD9; }
a { background-color: rgb(53,13,217); }
div.DivClassName
{
background-color: #350DD9;
}
.BgClassName
{
background-color: #350DD9;
}
</style>
border-color css
<style>
span { border-color: #350DD9; }
span { border-color: rgb(53,13,217); }
td.TdClassName
{
border-color: #350DD9;
}
.TagClassName
{
border-color: #350DD9;
}
</style>