Shades of Han Purple #3B10DB
Tints of Han Purple #3B10DB
RGB
CMYK
RGB Variations
Color information
#3B10DB (or 0x3B10DB) is known color: Han Purple. HEX triplet: 3B, 10 and DB. RGB value is (59,16,219). Sum of RGB (Red+Green+Blue) = 59+16+219=294 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.07% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B10DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B10DB is #C4EF24. Grayscale: #333333. Windows color (decimal): -12906277 or 14356539. OLE color: 14356539.
HSL color Cylindrical-coordinate representation of color #3B10DB: hue angle of 252.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B10DB is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 16 | 219 | - |
| CMYK | 0.73 | 0.93 | 0 | 0.14 |
| HSL | 252.71º | 0.86% | 0.46% | - |
| HSV(B) | 252.71º | 0.93% | 0.86% | - |
| XYZ | 14.78 | 6.41 | 67.48 | - |
| YUV | 52 | 222.25 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 16 | 219 | 0.73 | 0.93 | 0 | 0.14 | 252.71 | 0.86 | 0.46 |
| Hex | 3B | 10 | DB | 49 | 5D | 0 | E | FD | 56 | 2E |
| Octal | 73 | 20 | 333 | 111 | 135 | 0 | 16 | 375 | 126 | 56 |
| Binary | 111011 | 10000 | 11011011 | 1001001 | 1011101 | 0 | 1110 | 11111101 | 1010110 | 101110 |
Color Harmonies of #3B10DB
Complementary color
Monochromatic Colors of #3B10DB
Black with #3B10DB
Text Example
Text Example
White with #3B10DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B10DB; }
p { color: rgb(59,16,219); }
H1.HeaderClassName
{
color: #3B10DB;
}
.AnyTagClassName
{
color: #3B10DB;
}
</style>
background-color css
<style>
a { background-color: #3B10DB; }
a { background-color: rgb(59,16,219); }
div.DivClassName
{
background-color: #3B10DB;
}
.BgClassName
{
background-color: #3B10DB;
}
</style>
border-color css
<style>
span { border-color: #3B10DB; }
span { border-color: rgb(59,16,219); }
td.TdClassName
{
border-color: #3B10DB;
}
.TagClassName
{
border-color: #3B10DB;
}
</style>