Shades of Han Purple #391EDB
Tints of Han Purple #391EDB
RGB
CMYK
RGB Variations
Color information
#391EDB (or 0x391EDB) is known color: Han Purple. HEX triplet: 39, 1E and DB. RGB value is (57,30,219). Sum of RGB (Red+Green+Blue) = 57+30+219=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #391EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391EDB is #C6E124. Grayscale: #3A3A3A. Windows color (decimal): -13033765 or 14360121. OLE color: 14360121.
HSL color Cylindrical-coordinate representation of color #391EDB: hue angle of 248.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391EDB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 30 | 219 | - |
| CMYK | 0.74 | 0.86 | 0 | 0.14 |
| HSL | 248.57º | 0.76% | 0.49% | - |
| HSV(B) | 248.57º | 0.86% | 0.86% | - |
| XYZ | 14.94 | 6.91 | 67.56 | - |
| YUV | 59.62 | 217.95 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 30 | 219 | 0.74 | 0.86 | 0 | 0.14 | 248.57 | 0.76 | 0.49 |
| Hex | 39 | 1E | DB | 4A | 56 | 0 | E | F9 | 4C | 31 |
| Octal | 71 | 36 | 333 | 112 | 126 | 0 | 16 | 371 | 114 | 61 |
| Binary | 111001 | 11110 | 11011011 | 1001010 | 1010110 | 0 | 1110 | 11111001 | 1001100 | 110001 |
Color Harmonies of #391EDB
Complementary color
Monochromatic Colors of #391EDB
Black with #391EDB
Text Example
Text Example
White with #391EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391EDB; }
p { color: rgb(57,30,219); }
H1.HeaderClassName
{
color: #391EDB;
}
.AnyTagClassName
{
color: #391EDB;
}
</style>
background-color css
<style>
a { background-color: #391EDB; }
a { background-color: rgb(57,30,219); }
div.DivClassName
{
background-color: #391EDB;
}
.BgClassName
{
background-color: #391EDB;
}
</style>
border-color css
<style>
span { border-color: #391EDB; }
span { border-color: rgb(57,30,219); }
td.TdClassName
{
border-color: #391EDB;
}
.TagClassName
{
border-color: #391EDB;
}
</style>