Shades of Han Purple #391AF1
Tints of Han Purple #391AF1
RGB
CMYK
RGB Variations
Color information
#391AF1 (or 0x391AF1) is known color: Han Purple. HEX triplet: 39, 1A and F1. RGB value is (57,26,241). Sum of RGB (Red+Green+Blue) = 57+26+241=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #391AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391AF1 is #C6E50E. Grayscale: #3A3A3A. Windows color (decimal): -13034767 or 15800889. OLE color: 15800889.
HSL color Cylindrical-coordinate representation of color #391AF1: hue angle of 248.65º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391AF1 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 26 | 241 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.05 |
| HSL | 248.65º | 0.88% | 0.52% | - |
| HSV(B) | 248.65º | 0.89% | 0.95% | - |
| XYZ | 17.93 | 7.96 | 83.81 | - |
| YUV | 59.78 | 230.27 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 241 | 0.76 | 0.89 | 0 | 0.05 | 248.65 | 0.88 | 0.52 |
| Hex | 39 | 1A | F1 | 4C | 59 | 0 | 5 | F9 | 58 | 34 |
| Octal | 71 | 32 | 361 | 114 | 131 | 0 | 5 | 371 | 130 | 64 |
| Binary | 111001 | 11010 | 11110001 | 1001100 | 1011001 | 0 | 101 | 11111001 | 1011000 | 110100 |
Color Harmonies of #391AF1
Complementary color
Monochromatic Colors of #391AF1
Black with #391AF1
Text Example
Text Example
White with #391AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391AF1; }
p { color: rgb(57,26,241); }
H1.HeaderClassName
{
color: #391AF1;
}
.AnyTagClassName
{
color: #391AF1;
}
</style>
background-color css
<style>
a { background-color: #391AF1; }
a { background-color: rgb(57,26,241); }
div.DivClassName
{
background-color: #391AF1;
}
.BgClassName
{
background-color: #391AF1;
}
</style>
border-color css
<style>
span { border-color: #391AF1; }
span { border-color: rgb(57,26,241); }
td.TdClassName
{
border-color: #391AF1;
}
.TagClassName
{
border-color: #391AF1;
}
</style>