Shades of Han Purple #391BED
Tints of Han Purple #391BED
RGB
CMYK
RGB Variations
Color information
#391BED (or 0x391BED) is known color: Han Purple. HEX triplet: 39, 1B and ED. RGB value is (57,27,237). Sum of RGB (Red+Green+Blue) = 57+27+237=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #391BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391BED is #C6E412. Grayscale: #3B3B3B. Windows color (decimal): -13034515 or 15539001. OLE color: 15539001.
HSL color Cylindrical-coordinate representation of color #391BED: hue angle of 248.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391BED is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 27 | 237 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.07 |
| HSL | 248.57º | 0.85% | 0.52% | - |
| HSV(B) | 248.57º | 0.89% | 0.93% | - |
| XYZ | 17.37 | 7.77 | 80.7 | - |
| YUV | 59.91 | 227.94 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 237 | 0.76 | 0.89 | 0 | 0.07 | 248.57 | 0.85 | 0.52 |
| Hex | 39 | 1B | ED | 4C | 59 | 0 | 7 | F9 | 55 | 34 |
| Octal | 71 | 33 | 355 | 114 | 131 | 0 | 7 | 371 | 125 | 64 |
| Binary | 111001 | 11011 | 11101101 | 1001100 | 1011001 | 0 | 111 | 11111001 | 1010101 | 110100 |
Color Harmonies of #391BED
Complementary color
Monochromatic Colors of #391BED
Black with #391BED
Text Example
Text Example
White with #391BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391BED; }
p { color: rgb(57,27,237); }
H1.HeaderClassName
{
color: #391BED;
}
.AnyTagClassName
{
color: #391BED;
}
</style>
background-color css
<style>
a { background-color: #391BED; }
a { background-color: rgb(57,27,237); }
div.DivClassName
{
background-color: #391BED;
}
.BgClassName
{
background-color: #391BED;
}
</style>
border-color css
<style>
span { border-color: #391BED; }
span { border-color: rgb(57,27,237); }
td.TdClassName
{
border-color: #391BED;
}
.TagClassName
{
border-color: #391BED;
}
</style>