Shades of Han Purple #350DD1
Tints of Han Purple #350DD1
RGB
CMYK
RGB Variations
Color information
#350DD1 (or 0x350DD1) is known color: Han Purple. HEX triplet: 35, 0D and D1. RGB value is (53,13,209). Sum of RGB (Red+Green+Blue) = 53+13+209=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 209 (82.03% from 255 or 76% from 275); Max value from RGB is 209 - color contains mainly: blue. Hex color #350DD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DD1 is #CAF22E. Grayscale: #2E2E2E. Windows color (decimal): -13300271 or 13700405. OLE color: 13700405.
HSL color Cylindrical-coordinate representation of color #350DD1: hue angle of 252.24º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350DD1 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 13 | 209 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.18 |
| HSL | 252.24º | 0.88% | 0.44% | - |
| HSV(B) | 252.24º | 0.94% | 0.82% | - |
| XYZ | 13.12 | 5.65 | 60.72 | - |
| YUV | 47.3 | 219.25 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 209 | 0.75 | 0.94 | 0 | 0.18 | 252.24 | 0.88 | 0.44 |
| Hex | 35 | D | D1 | 4B | 5E | 0 | 12 | FC | 58 | 2C |
| Octal | 65 | 15 | 321 | 113 | 136 | 0 | 22 | 374 | 130 | 54 |
| Binary | 110101 | 1101 | 11010001 | 1001011 | 1011110 | 0 | 10010 | 11111100 | 1011000 | 101100 |
Color Harmonies of #350DD1
Complementary color
Monochromatic Colors of #350DD1
Black with #350DD1
Text Example
Text Example
White with #350DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DD1; }
p { color: rgb(53,13,209); }
H1.HeaderClassName
{
color: #350DD1;
}
.AnyTagClassName
{
color: #350DD1;
}
</style>
background-color css
<style>
a { background-color: #350DD1; }
a { background-color: rgb(53,13,209); }
div.DivClassName
{
background-color: #350DD1;
}
.BgClassName
{
background-color: #350DD1;
}
</style>
border-color css
<style>
span { border-color: #350DD1; }
span { border-color: rgb(53,13,209); }
td.TdClassName
{
border-color: #350DD1;
}
.TagClassName
{
border-color: #350DD1;
}
</style>