Shades of Han Purple #391AFF
Tints of Han Purple #391AFF
RGB
CMYK
RGB Variations
Color information
#391AFF (or 0x391AFF) is known color: Han Purple. HEX triplet: 39, 1A and FF. RGB value is (57,26,255). Sum of RGB (Red+Green+Blue) = 57+26+255=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #391AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391AFF is #C6E500. Grayscale: #3C3C3C. Windows color (decimal): -13034753 or 16718393. OLE color: 16718393.
HSL color Cylindrical-coordinate representation of color #391AFF: hue angle of 248.12º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #391AFF is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 26 | 255 | - |
| CMYK | 0.78 | 0.90 | 0 | 0 |
| HSL | 248.12º | 1% | 0.55% | - |
| HSV(B) | 248.12º | 0.9% | 1% | - |
| XYZ | 20.11 | 8.83 | 95.25 | - |
| YUV | 61.38 | 237.27 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 255 | 0.78 | 0.90 | 0 | 0 | 248.12 | 1 | 0.55 |
| Hex | 39 | 1A | FF | 4E | 5A | 0 | 0 | F8 | 64 | 37 |
| Octal | 71 | 32 | 377 | 116 | 132 | 0 | 0 | 370 | 144 | 67 |
| Binary | 111001 | 11010 | 11111111 | 1001110 | 1011010 | 0 | 0 | 11111000 | 1100100 | 110111 |
Color Harmonies of #391AFF
Complementary color
Monochromatic Colors of #391AFF
Black with #391AFF
Text Example
Text Example
White with #391AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391AFF; }
p { color: rgb(57,26,255); }
H1.HeaderClassName
{
color: #391AFF;
}
.AnyTagClassName
{
color: #391AFF;
}
</style>
background-color css
<style>
a { background-color: #391AFF; }
a { background-color: rgb(57,26,255); }
div.DivClassName
{
background-color: #391AFF;
}
.BgClassName
{
background-color: #391AFF;
}
</style>
border-color css
<style>
span { border-color: #391AFF; }
span { border-color: rgb(57,26,255); }
td.TdClassName
{
border-color: #391AFF;
}
.TagClassName
{
border-color: #391AFF;
}
</style>