Shades of Han Purple #391BDF
Tints of Han Purple #391BDF
RGB
CMYK
RGB Variations
Color information
#391BDF (or 0x391BDF) is known color: Han Purple. HEX triplet: 39, 1B and DF. RGB value is (57,27,223). Sum of RGB (Red+Green+Blue) = 57+27+223=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #391BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391BDF is #C6E420. Grayscale: #393939. Windows color (decimal): -13034529 or 14621497. OLE color: 14621497.
HSL color Cylindrical-coordinate representation of color #391BDF: hue angle of 249.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391BDF is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 27 | 223 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.13 |
| HSL | 249.18º | 0.78% | 0.49% | - |
| HSV(B) | 249.18º | 0.88% | 0.87% | - |
| XYZ | 15.4 | 6.98 | 70.35 | - |
| YUV | 58.31 | 220.94 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 223 | 0.74 | 0.88 | 0 | 0.13 | 249.18 | 0.78 | 0.49 |
| Hex | 39 | 1B | DF | 4A | 58 | 0 | D | F9 | 4E | 31 |
| Octal | 71 | 33 | 337 | 112 | 130 | 0 | 15 | 371 | 116 | 61 |
| Binary | 111001 | 11011 | 11011111 | 1001010 | 1011000 | 0 | 1101 | 11111001 | 1001110 | 110001 |
Color Harmonies of #391BDF
Complementary color
Monochromatic Colors of #391BDF
Black with #391BDF
Text Example
Text Example
White with #391BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391BDF; }
p { color: rgb(57,27,223); }
H1.HeaderClassName
{
color: #391BDF;
}
.AnyTagClassName
{
color: #391BDF;
}
</style>
background-color css
<style>
a { background-color: #391BDF; }
a { background-color: rgb(57,27,223); }
div.DivClassName
{
background-color: #391BDF;
}
.BgClassName
{
background-color: #391BDF;
}
</style>
border-color css
<style>
span { border-color: #391BDF; }
span { border-color: rgb(57,27,223); }
td.TdClassName
{
border-color: #391BDF;
}
.TagClassName
{
border-color: #391BDF;
}
</style>