Shades of Han Purple #3B28DB
Tints of Han Purple #3B28DB
RGB
CMYK
RGB Variations
Color information
#3B28DB (or 0x3B28DB) is known color: Han Purple. HEX triplet: 3B, 28 and DB. RGB value is (59,40,219). Sum of RGB (Red+Green+Blue) = 59+40+219=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B28DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B28DB is #C4D724. Grayscale: #414141. Windows color (decimal): -12900133 or 14362683. OLE color: 14362683.
HSL color Cylindrical-coordinate representation of color #3B28DB: hue angle of 246.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B28DB is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 40 | 219 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.14 |
| HSL | 246.37º | 0.71% | 0.51% | - |
| HSV(B) | 246.37º | 0.82% | 0.86% | - |
| XYZ | 15.35 | 7.56 | 67.67 | - |
| YUV | 66.09 | 214.29 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 219 | 0.73 | 0.82 | 0 | 0.14 | 246.37 | 0.71 | 0.51 |
| Hex | 3B | 28 | DB | 49 | 52 | 0 | E | F6 | 47 | 33 |
| Octal | 73 | 50 | 333 | 111 | 122 | 0 | 16 | 366 | 107 | 63 |
| Binary | 111011 | 101000 | 11011011 | 1001001 | 1010010 | 0 | 1110 | 11110110 | 1000111 | 110011 |
Color Harmonies of #3B28DB
Complementary color
Monochromatic Colors of #3B28DB
Black with #3B28DB
Text Example
Text Example
White with #3B28DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B28DB; }
p { color: rgb(59,40,219); }
H1.HeaderClassName
{
color: #3B28DB;
}
.AnyTagClassName
{
color: #3B28DB;
}
</style>
background-color css
<style>
a { background-color: #3B28DB; }
a { background-color: rgb(59,40,219); }
div.DivClassName
{
background-color: #3B28DB;
}
.BgClassName
{
background-color: #3B28DB;
}
</style>
border-color css
<style>
span { border-color: #3B28DB; }
span { border-color: rgb(59,40,219); }
td.TdClassName
{
border-color: #3B28DB;
}
.TagClassName
{
border-color: #3B28DB;
}
</style>