Shades of Han Purple #3504DB
Tints of Han Purple #3504DB
RGB
CMYK
RGB Variations
Color information
#3504DB (or 0x3504DB) is known color: Han Purple. HEX triplet: 35, 04 and DB. RGB value is (53,4,219). Sum of RGB (Red+Green+Blue) = 53+4+219=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #3504DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3504DB is #CAFB24. Grayscale: #2A2A2A. Windows color (decimal): -13302565 or 14353461. OLE color: 14353461.
HSL color Cylindrical-coordinate representation of color #3504DB: hue angle of 253.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3504DB is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 4 | 219 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.14 |
| HSL | 253.67º | 0.96% | 0.44% | - |
| HSV(B) | 253.67º | 0.98% | 0.86% | - |
| XYZ | 14.3 | 5.96 | 67.41 | - |
| YUV | 43.16 | 227.23 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 4 | 219 | 0.76 | 0.98 | 0 | 0.14 | 253.67 | 0.96 | 0.44 |
| Hex | 35 | 4 | DB | 4C | 62 | 0 | E | FE | 60 | 2C |
| Octal | 65 | 4 | 333 | 114 | 142 | 0 | 16 | 376 | 140 | 54 |
| Binary | 110101 | 100 | 11011011 | 1001100 | 1100010 | 0 | 1110 | 11111110 | 1100000 | 101100 |
Color Harmonies of #3504DB
Complementary color
Monochromatic Colors of #3504DB
Black with #3504DB
Text Example
Text Example
White with #3504DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3504DB; }
p { color: rgb(53,4,219); }
H1.HeaderClassName
{
color: #3504DB;
}
.AnyTagClassName
{
color: #3504DB;
}
</style>
background-color css
<style>
a { background-color: #3504DB; }
a { background-color: rgb(53,4,219); }
div.DivClassName
{
background-color: #3504DB;
}
.BgClassName
{
background-color: #3504DB;
}
</style>
border-color css
<style>
span { border-color: #3504DB; }
span { border-color: rgb(53,4,219); }
td.TdClassName
{
border-color: #3504DB;
}
.TagClassName
{
border-color: #3504DB;
}
</style>