Shades of Han Purple #350DDE
Tints of Han Purple #350DDE
RGB
CMYK
RGB Variations
Color information
#350DDE (or 0x350DDE) is known color: Han Purple. HEX triplet: 35, 0D and DE. RGB value is (53,13,222). Sum of RGB (Red+Green+Blue) = 53+13+222=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 13 (5.47% from 255 or 4.51% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #350DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DDE is #CAF221. Grayscale: #2F2F2F. Windows color (decimal): -13300258 or 14552373. OLE color: 14552373.
HSL color Cylindrical-coordinate representation of color #350DDE: hue angle of 251.48º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350DDE is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 13 | 222 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.13 |
| HSL | 251.48º | 0.89% | 0.46% | - |
| HSV(B) | 251.48º | 0.94% | 0.87% | - |
| XYZ | 14.8 | 6.32 | 69.55 | - |
| YUV | 48.79 | 225.75 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 222 | 0.76 | 0.94 | 0 | 0.13 | 251.48 | 0.89 | 0.46 |
| Hex | 35 | D | DE | 4C | 5E | 0 | D | FB | 59 | 2E |
| Octal | 65 | 15 | 336 | 114 | 136 | 0 | 15 | 373 | 131 | 56 |
| Binary | 110101 | 1101 | 11011110 | 1001100 | 1011110 | 0 | 1101 | 11111011 | 1011001 | 101110 |
Color Harmonies of #350DDE
Complementary color
Monochromatic Colors of #350DDE
Black with #350DDE
Text Example
Text Example
White with #350DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DDE; }
p { color: rgb(53,13,222); }
H1.HeaderClassName
{
color: #350DDE;
}
.AnyTagClassName
{
color: #350DDE;
}
</style>
background-color css
<style>
a { background-color: #350DDE; }
a { background-color: rgb(53,13,222); }
div.DivClassName
{
background-color: #350DDE;
}
.BgClassName
{
background-color: #350DDE;
}
</style>
border-color css
<style>
span { border-color: #350DDE; }
span { border-color: rgb(53,13,222); }
td.TdClassName
{
border-color: #350DDE;
}
.TagClassName
{
border-color: #350DDE;
}
</style>