Shades of Han Purple #3B13DB
Tints of Han Purple #3B13DB
RGB
CMYK
RGB Variations
Color information
#3B13DB (or 0x3B13DB) is known color: Han Purple. HEX triplet: 3B, 13 and DB. RGB value is (59,19,219). Sum of RGB (Red+Green+Blue) = 59+19+219=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B13DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B13DB is #C4EC24. Grayscale: #353535. Windows color (decimal): -12905509 or 14357307. OLE color: 14357307.
HSL color Cylindrical-coordinate representation of color #3B13DB: hue angle of 252º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B13DB is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 19 | 219 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.14 |
| HSL | 252º | 0.84% | 0.47% | - |
| HSV(B) | 252º | 0.91% | 0.86% | - |
| XYZ | 14.82 | 6.51 | 67.49 | - |
| YUV | 53.76 | 221.25 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 19 | 219 | 0.73 | 0.91 | 0 | 0.14 | 252 | 0.84 | 0.47 |
| Hex | 3B | 13 | DB | 49 | 5B | 0 | E | FC | 54 | 2F |
| Octal | 73 | 23 | 333 | 111 | 133 | 0 | 16 | 374 | 124 | 57 |
| Binary | 111011 | 10011 | 11011011 | 1001001 | 1011011 | 0 | 1110 | 11111100 | 1010100 | 101111 |
Color Harmonies of #3B13DB
Complementary color
Monochromatic Colors of #3B13DB
Black with #3B13DB
Text Example
Text Example
White with #3B13DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B13DB; }
p { color: rgb(59,19,219); }
H1.HeaderClassName
{
color: #3B13DB;
}
.AnyTagClassName
{
color: #3B13DB;
}
</style>
background-color css
<style>
a { background-color: #3B13DB; }
a { background-color: rgb(59,19,219); }
div.DivClassName
{
background-color: #3B13DB;
}
.BgClassName
{
background-color: #3B13DB;
}
</style>
border-color css
<style>
span { border-color: #3B13DB; }
span { border-color: rgb(59,19,219); }
td.TdClassName
{
border-color: #3B13DB;
}
.TagClassName
{
border-color: #3B13DB;
}
</style>