Shades of Han Purple #391AFB
Tints of Han Purple #391AFB
RGB
CMYK
RGB Variations
Color information
#391AFB (or 0x391AFB) is known color: Han Purple. HEX triplet: 39, 1A and FB. RGB value is (57,26,251). Sum of RGB (Red+Green+Blue) = 57+26+251=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #391AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #391AFB is #C6E504. Grayscale: #3C3C3C. Windows color (decimal): -13034757 or 16456249. OLE color: 16456249.
HSL color Cylindrical-coordinate representation of color #391AFB: hue angle of 248.27º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #391AFB is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 26 | 251 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.02 |
| HSL | 248.27º | 0.97% | 0.54% | - |
| HSV(B) | 248.27º | 0.9% | 0.98% | - |
| XYZ | 19.47 | 8.57 | 91.9 | - |
| YUV | 60.92 | 235.27 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 251 | 0.77 | 0.90 | 0 | 0.02 | 248.27 | 0.97 | 0.54 |
| Hex | 39 | 1A | FB | 4D | 5A | 0 | 2 | F8 | 61 | 36 |
| Octal | 71 | 32 | 373 | 115 | 132 | 0 | 2 | 370 | 141 | 66 |
| Binary | 111001 | 11010 | 11111011 | 1001101 | 1011010 | 0 | 10 | 11111000 | 1100001 | 110110 |
Color Harmonies of #391AFB
Complementary color
Monochromatic Colors of #391AFB
Black with #391AFB
Text Example
Text Example
White with #391AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391AFB; }
p { color: rgb(57,26,251); }
H1.HeaderClassName
{
color: #391AFB;
}
.AnyTagClassName
{
color: #391AFB;
}
</style>
background-color css
<style>
a { background-color: #391AFB; }
a { background-color: rgb(57,26,251); }
div.DivClassName
{
background-color: #391AFB;
}
.BgClassName
{
background-color: #391AFB;
}
</style>
border-color css
<style>
span { border-color: #391AFB; }
span { border-color: rgb(57,26,251); }
td.TdClassName
{
border-color: #391AFB;
}
.TagClassName
{
border-color: #391AFB;
}
</style>