Shades of Han Purple #391CDB
Tints of Han Purple #391CDB
RGB
CMYK
RGB Variations
Color information
#391CDB (or 0x391CDB) is known color: Han Purple. HEX triplet: 39, 1C and DB. RGB value is (57,28,219). Sum of RGB (Red+Green+Blue) = 57+28+219=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #391CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391CDB is #C6E324. Grayscale: #393939. Windows color (decimal): -13034277 or 14359609. OLE color: 14359609.
HSL color Cylindrical-coordinate representation of color #391CDB: hue angle of 249.11º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391CDB is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 28 | 219 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.14 |
| HSL | 249.11º | 0.77% | 0.48% | - |
| HSV(B) | 249.11º | 0.87% | 0.86% | - |
| XYZ | 14.89 | 6.81 | 67.55 | - |
| YUV | 58.45 | 218.61 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 219 | 0.74 | 0.87 | 0 | 0.14 | 249.11 | 0.77 | 0.48 |
| Hex | 39 | 1C | DB | 4A | 57 | 0 | E | F9 | 4D | 30 |
| Octal | 71 | 34 | 333 | 112 | 127 | 0 | 16 | 371 | 115 | 60 |
| Binary | 111001 | 11100 | 11011011 | 1001010 | 1010111 | 0 | 1110 | 11111001 | 1001101 | 110000 |
Color Harmonies of #391CDB
Complementary color
Monochromatic Colors of #391CDB
Black with #391CDB
Text Example
Text Example
White with #391CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391CDB; }
p { color: rgb(57,28,219); }
H1.HeaderClassName
{
color: #391CDB;
}
.AnyTagClassName
{
color: #391CDB;
}
</style>
background-color css
<style>
a { background-color: #391CDB; }
a { background-color: rgb(57,28,219); }
div.DivClassName
{
background-color: #391CDB;
}
.BgClassName
{
background-color: #391CDB;
}
</style>
border-color css
<style>
span { border-color: #391CDB; }
span { border-color: rgb(57,28,219); }
td.TdClassName
{
border-color: #391CDB;
}
.TagClassName
{
border-color: #391CDB;
}
</style>