Shades of Han Purple #3B04DB
Tints of Han Purple #3B04DB
RGB
CMYK
RGB Variations
Color information
#3B04DB (or 0x3B04DB) is known color: Han Purple. HEX triplet: 3B, 04 and DB. RGB value is (59,4,219). Sum of RGB (Red+Green+Blue) = 59+4+219=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B04DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B04DB is #C4FB24. Grayscale: #2C2C2C. Windows color (decimal): -12909349 or 14353467. OLE color: 14353467.
HSL color Cylindrical-coordinate representation of color #3B04DB: hue angle of 255.35º 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 #3B04DB is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 4 | 219 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.14 |
| HSL | 255.35º | 0.96% | 0.44% | - |
| HSV(B) | 255.35º | 0.98% | 0.86% | - |
| XYZ | 14.63 | 6.13 | 67.43 | - |
| YUV | 44.96 | 226.22 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 4 | 219 | 0.73 | 0.98 | 0 | 0.14 | 255.35 | 0.96 | 0.44 |
| Hex | 3B | 4 | DB | 49 | 62 | 0 | E | FF | 60 | 2C |
| Octal | 73 | 4 | 333 | 111 | 142 | 0 | 16 | 377 | 140 | 54 |
| Binary | 111011 | 100 | 11011011 | 1001001 | 1100010 | 0 | 1110 | 11111111 | 1100000 | 101100 |
Color Harmonies of #3B04DB
Complementary color
Monochromatic Colors of #3B04DB
Black with #3B04DB
Text Example
Text Example
White with #3B04DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B04DB; }
p { color: rgb(59,4,219); }
H1.HeaderClassName
{
color: #3B04DB;
}
.AnyTagClassName
{
color: #3B04DB;
}
</style>
background-color css
<style>
a { background-color: #3B04DB; }
a { background-color: rgb(59,4,219); }
div.DivClassName
{
background-color: #3B04DB;
}
.BgClassName
{
background-color: #3B04DB;
}
</style>
border-color css
<style>
span { border-color: #3B04DB; }
span { border-color: rgb(59,4,219); }
td.TdClassName
{
border-color: #3B04DB;
}
.TagClassName
{
border-color: #3B04DB;
}
</style>