Shades of Han Purple #3512DB
Tints of Han Purple #3512DB
RGB
CMYK
RGB Variations
Color information
#3512DB (or 0x3512DB) is known color: Han Purple. HEX triplet: 35, 12 and DB. RGB value is (53,18,219). Sum of RGB (Red+Green+Blue) = 53+18+219=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 219 (85.94% from 255 or 75.52% from 290); Max value from RGB is 219 - color contains mainly: blue. Hex color #3512DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3512DB is #CAED24. Grayscale: #323232. Windows color (decimal): -13298981 or 14357045. OLE color: 14357045.
HSL color Cylindrical-coordinate representation of color #3512DB: hue angle of 250.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3512DB is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 18 | 219 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.14 |
| HSL | 250.45º | 0.85% | 0.46% | - |
| HSV(B) | 250.45º | 0.92% | 0.86% | - |
| XYZ | 14.47 | 6.3 | 67.47 | - |
| YUV | 51.38 | 222.6 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 18 | 219 | 0.76 | 0.92 | 0 | 0.14 | 250.45 | 0.85 | 0.46 |
| Hex | 35 | 12 | DB | 4C | 5C | 0 | E | FA | 55 | 2E |
| Octal | 65 | 22 | 333 | 114 | 134 | 0 | 16 | 372 | 125 | 56 |
| Binary | 110101 | 10010 | 11011011 | 1001100 | 1011100 | 0 | 1110 | 11111010 | 1010101 | 101110 |
Color Harmonies of #3512DB
Complementary color
Monochromatic Colors of #3512DB
Black with #3512DB
Text Example
Text Example
White with #3512DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3512DB; }
p { color: rgb(53,18,219); }
H1.HeaderClassName
{
color: #3512DB;
}
.AnyTagClassName
{
color: #3512DB;
}
</style>
background-color css
<style>
a { background-color: #3512DB; }
a { background-color: rgb(53,18,219); }
div.DivClassName
{
background-color: #3512DB;
}
.BgClassName
{
background-color: #3512DB;
}
</style>
border-color css
<style>
span { border-color: #3512DB; }
span { border-color: rgb(53,18,219); }
td.TdClassName
{
border-color: #3512DB;
}
.TagClassName
{
border-color: #3512DB;
}
</style>