Shades of Han Purple #350BDB
Tints of Han Purple #350BDB
RGB
CMYK
RGB Variations
Color information
#350BDB (or 0x350BDB) is known color: Han Purple. HEX triplet: 35, 0B and DB. RGB value is (53,11,219). Sum of RGB (Red+Green+Blue) = 53+11+219=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #350BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350BDB is #CAF424. Grayscale: #2E2E2E. Windows color (decimal): -13300773 or 14355253. OLE color: 14355253.
HSL color Cylindrical-coordinate representation of color #350BDB: hue angle of 252.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350BDB is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 11 | 219 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.14 |
| HSL | 252.12º | 0.9% | 0.45% | - |
| HSV(B) | 252.12º | 0.95% | 0.86% | - |
| XYZ | 14.37 | 6.11 | 67.44 | - |
| YUV | 47.27 | 224.91 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 219 | 0.76 | 0.95 | 0 | 0.14 | 252.12 | 0.9 | 0.45 |
| Hex | 35 | B | DB | 4C | 5F | 0 | E | FC | 5A | 2D |
| Octal | 65 | 13 | 333 | 114 | 137 | 0 | 16 | 374 | 132 | 55 |
| Binary | 110101 | 1011 | 11011011 | 1001100 | 1011111 | 0 | 1110 | 11111100 | 1011010 | 101101 |
Color Harmonies of #350BDB
Complementary color
Monochromatic Colors of #350BDB
Black with #350BDB
Text Example
Text Example
White with #350BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350BDB; }
p { color: rgb(53,11,219); }
H1.HeaderClassName
{
color: #350BDB;
}
.AnyTagClassName
{
color: #350BDB;
}
</style>
background-color css
<style>
a { background-color: #350BDB; }
a { background-color: rgb(53,11,219); }
div.DivClassName
{
background-color: #350BDB;
}
.BgClassName
{
background-color: #350BDB;
}
</style>
border-color css
<style>
span { border-color: #350BDB; }
span { border-color: rgb(53,11,219); }
td.TdClassName
{
border-color: #350BDB;
}
.TagClassName
{
border-color: #350BDB;
}
</style>