Shades of Han Purple #3911FE
Tints of Han Purple #3911FE
RGB
CMYK
RGB Variations
Color information
#3911FE (or 0x3911FE) is known color: Han Purple. HEX triplet: 39, 11 and FE. RGB value is (57,17,254). Sum of RGB (Red+Green+Blue) = 57+17+254=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 254 (99.61% from 255 or 77.44% from 328); Max value from RGB is 254 - color contains mainly: blue. Hex color #3911FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3911FE is #C6EE01. Grayscale: #373737. Windows color (decimal): -13037058 or 16650553. OLE color: 16650553.
HSL color Cylindrical-coordinate representation of color #3911FE: hue angle of 250.13º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3911FE is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 17 | 254 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.00 |
| HSL | 250.13º | 0.99% | 0.53% | - |
| HSV(B) | 250.13º | 0.93% | 1% | - |
| XYZ | 19.78 | 8.43 | 94.35 | - |
| YUV | 55.98 | 239.75 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 254 | 0.78 | 0.93 | 0 | 0.00 | 250.13 | 0.99 | 0.53 |
| Hex | 39 | 11 | FE | 4E | 5D | 0 | 0 | FA | 63 | 35 |
| Octal | 71 | 21 | 376 | 116 | 135 | 0 | 0 | 372 | 143 | 65 |
| Binary | 111001 | 10001 | 11111110 | 1001110 | 1011101 | 0 | 0 | 11111010 | 1100011 | 110101 |
Color Harmonies of #3911FE
Complementary color
Monochromatic Colors of #3911FE
Black with #3911FE
Text Example
Text Example
White with #3911FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3911FE; }
p { color: rgb(57,17,254); }
H1.HeaderClassName
{
color: #3911FE;
}
.AnyTagClassName
{
color: #3911FE;
}
</style>
background-color css
<style>
a { background-color: #3911FE; }
a { background-color: rgb(57,17,254); }
div.DivClassName
{
background-color: #3911FE;
}
.BgClassName
{
background-color: #3911FE;
}
</style>
border-color css
<style>
span { border-color: #3911FE; }
span { border-color: rgb(57,17,254); }
td.TdClassName
{
border-color: #3911FE;
}
.TagClassName
{
border-color: #3911FE;
}
</style>