Shades of Han Purple #350DDA
Tints of Han Purple #350DDA
RGB
CMYK
RGB Variations
Color information
#350DDA (or 0x350DDA) is known color: Han Purple. HEX triplet: 35, 0D and DA. RGB value is (53,13,218). Sum of RGB (Red+Green+Blue) = 53+13+218=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 218 (85.55% from 255 or 76.76% from 284); Max value from RGB is 218 - color contains mainly: blue. Hex color #350DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DDA is #CAF225. Grayscale: #2F2F2F. Windows color (decimal): -13300262 or 14290229. OLE color: 14290229.
HSL color Cylindrical-coordinate representation of color #350DDA: hue angle of 251.71º 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 #350DDA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 13 | 218 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.15 |
| HSL | 251.71º | 0.89% | 0.45% | - |
| HSV(B) | 251.71º | 0.94% | 0.85% | - |
| XYZ | 14.27 | 6.11 | 66.76 | - |
| YUV | 48.33 | 223.75 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 218 | 0.76 | 0.94 | 0 | 0.15 | 251.71 | 0.89 | 0.45 |
| Hex | 35 | D | DA | 4C | 5E | 0 | F | FC | 59 | 2D |
| Octal | 65 | 15 | 332 | 114 | 136 | 0 | 17 | 374 | 131 | 55 |
| Binary | 110101 | 1101 | 11011010 | 1001100 | 1011110 | 0 | 1111 | 11111100 | 1011001 | 101101 |
Color Harmonies of #350DDA
Complementary color
Monochromatic Colors of #350DDA
Black with #350DDA
Text Example
Text Example
White with #350DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DDA; }
p { color: rgb(53,13,218); }
H1.HeaderClassName
{
color: #350DDA;
}
.AnyTagClassName
{
color: #350DDA;
}
</style>
background-color css
<style>
a { background-color: #350DDA; }
a { background-color: rgb(53,13,218); }
div.DivClassName
{
background-color: #350DDA;
}
.BgClassName
{
background-color: #350DDA;
}
</style>
border-color css
<style>
span { border-color: #350DDA; }
span { border-color: rgb(53,13,218); }
td.TdClassName
{
border-color: #350DDA;
}
.TagClassName
{
border-color: #350DDA;
}
</style>