Shades of Han Purple #350DDB
Tints of Han Purple #350DDB
RGB
CMYK
RGB Variations
Color information
#350DDB (or 0x350DDB) is known color: Han Purple. HEX triplet: 35, 0D and DB. RGB value is (53,13,219). Sum of RGB (Red+Green+Blue) = 53+13+219=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #350DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DDB is #CAF224. Grayscale: #2F2F2F. Windows color (decimal): -13300261 or 14355765. OLE color: 14355765.
HSL color Cylindrical-coordinate representation of color #350DDB: hue angle of 251.65º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350DDB is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 13 | 219 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.14 |
| HSL | 251.65º | 0.89% | 0.45% | - |
| HSV(B) | 251.65º | 0.94% | 0.86% | - |
| XYZ | 14.4 | 6.16 | 67.45 | - |
| YUV | 48.44 | 224.25 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 219 | 0.76 | 0.94 | 0 | 0.14 | 251.65 | 0.89 | 0.45 |
| Hex | 35 | D | DB | 4C | 5E | 0 | E | FC | 59 | 2D |
| Octal | 65 | 15 | 333 | 114 | 136 | 0 | 16 | 374 | 131 | 55 |
| Binary | 110101 | 1101 | 11011011 | 1001100 | 1011110 | 0 | 1110 | 11111100 | 1011001 | 101101 |
Color Harmonies of #350DDB
Complementary color
Monochromatic Colors of #350DDB
Black with #350DDB
Text Example
Text Example
White with #350DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DDB; }
p { color: rgb(53,13,219); }
H1.HeaderClassName
{
color: #350DDB;
}
.AnyTagClassName
{
color: #350DDB;
}
</style>
background-color css
<style>
a { background-color: #350DDB; }
a { background-color: rgb(53,13,219); }
div.DivClassName
{
background-color: #350DDB;
}
.BgClassName
{
background-color: #350DDB;
}
</style>
border-color css
<style>
span { border-color: #350DDB; }
span { border-color: rgb(53,13,219); }
td.TdClassName
{
border-color: #350DDB;
}
.TagClassName
{
border-color: #350DDB;
}
</style>