Shades of Han Purple #3B0BDB
Tints of Han Purple #3B0BDB
RGB
CMYK
RGB Variations
Color information
#3B0BDB (or 0x3B0BDB) is known color: Han Purple. HEX triplet: 3B, 0B and DB. RGB value is (59,11,219). Sum of RGB (Red+Green+Blue) = 59+11+219=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B0BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0BDB is #C4F424. Grayscale: #303030. Windows color (decimal): -12907557 or 14355259. OLE color: 14355259.
HSL color Cylindrical-coordinate representation of color #3B0BDB: hue angle of 253.85º 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 #3B0BDB is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 11 | 219 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.14 |
| HSL | 253.85º | 0.9% | 0.45% | - |
| HSV(B) | 253.85º | 0.95% | 0.86% | - |
| XYZ | 14.71 | 6.28 | 67.46 | - |
| YUV | 49.06 | 223.9 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 219 | 0.73 | 0.95 | 0 | 0.14 | 253.85 | 0.9 | 0.45 |
| Hex | 3B | B | DB | 49 | 5F | 0 | E | FE | 5A | 2D |
| Octal | 73 | 13 | 333 | 111 | 137 | 0 | 16 | 376 | 132 | 55 |
| Binary | 111011 | 1011 | 11011011 | 1001001 | 1011111 | 0 | 1110 | 11111110 | 1011010 | 101101 |
Color Harmonies of #3B0BDB
Complementary color
Monochromatic Colors of #3B0BDB
Black with #3B0BDB
Text Example
Text Example
White with #3B0BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0BDB; }
p { color: rgb(59,11,219); }
H1.HeaderClassName
{
color: #3B0BDB;
}
.AnyTagClassName
{
color: #3B0BDB;
}
</style>
background-color css
<style>
a { background-color: #3B0BDB; }
a { background-color: rgb(59,11,219); }
div.DivClassName
{
background-color: #3B0BDB;
}
.BgClassName
{
background-color: #3B0BDB;
}
</style>
border-color css
<style>
span { border-color: #3B0BDB; }
span { border-color: rgb(59,11,219); }
td.TdClassName
{
border-color: #3B0BDB;
}
.TagClassName
{
border-color: #3B0BDB;
}
</style>