Shades of Han Purple #3B0EDB
Tints of Han Purple #3B0EDB
RGB
CMYK
RGB Variations
Color information
#3B0EDB (or 0x3B0EDB) is known color: Han Purple. HEX triplet: 3B, 0E and DB. RGB value is (59,14,219). Sum of RGB (Red+Green+Blue) = 59+14+219=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B0EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0EDB is #C4F124. Grayscale: #323232. Windows color (decimal): -12906789 or 14356027. OLE color: 14356027.
HSL color Cylindrical-coordinate representation of color #3B0EDB: hue angle of 253.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0EDB is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 14 | 219 | - |
| CMYK | 0.73 | 0.94 | 0 | 0.14 |
| HSL | 253.17º | 0.88% | 0.46% | - |
| HSV(B) | 253.17º | 0.94% | 0.86% | - |
| XYZ | 14.75 | 6.36 | 67.47 | - |
| YUV | 50.83 | 222.91 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 14 | 219 | 0.73 | 0.94 | 0 | 0.14 | 253.17 | 0.88 | 0.46 |
| Hex | 3B | E | DB | 49 | 5E | 0 | E | FD | 58 | 2E |
| Octal | 73 | 16 | 333 | 111 | 136 | 0 | 16 | 375 | 130 | 56 |
| Binary | 111011 | 1110 | 11011011 | 1001001 | 1011110 | 0 | 1110 | 11111101 | 1011000 | 101110 |
Color Harmonies of #3B0EDB
Complementary color
Monochromatic Colors of #3B0EDB
Black with #3B0EDB
Text Example
Text Example
White with #3B0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0EDB; }
p { color: rgb(59,14,219); }
H1.HeaderClassName
{
color: #3B0EDB;
}
.AnyTagClassName
{
color: #3B0EDB;
}
</style>
background-color css
<style>
a { background-color: #3B0EDB; }
a { background-color: rgb(59,14,219); }
div.DivClassName
{
background-color: #3B0EDB;
}
.BgClassName
{
background-color: #3B0EDB;
}
</style>
border-color css
<style>
span { border-color: #3B0EDB; }
span { border-color: rgb(59,14,219); }
td.TdClassName
{
border-color: #3B0EDB;
}
.TagClassName
{
border-color: #3B0EDB;
}
</style>