Shades of Han Purple #3911F1
Tints of Han Purple #3911F1
RGB
CMYK
RGB Variations
Color information
#3911F1 (or 0x3911F1) is known color: Han Purple. HEX triplet: 39, 11 and F1. RGB value is (57,17,241). Sum of RGB (Red+Green+Blue) = 57+17+241=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #3911F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3911F1 is #C6EE0E. Grayscale: #353535. Windows color (decimal): -13037071 or 15798585. OLE color: 15798585.
HSL color Cylindrical-coordinate representation of color #3911F1: hue angle of 250.71º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3911F1 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 17 | 241 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.05 |
| HSL | 250.71º | 0.89% | 0.51% | - |
| HSV(B) | 250.71º | 0.93% | 0.95% | - |
| XYZ | 17.76 | 7.62 | 83.75 | - |
| YUV | 54.5 | 233.25 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 17 | 241 | 0.76 | 0.93 | 0 | 0.05 | 250.71 | 0.89 | 0.51 |
| Hex | 39 | 11 | F1 | 4C | 5D | 0 | 5 | FB | 59 | 33 |
| Octal | 71 | 21 | 361 | 114 | 135 | 0 | 5 | 373 | 131 | 63 |
| Binary | 111001 | 10001 | 11110001 | 1001100 | 1011101 | 0 | 101 | 11111011 | 1011001 | 110011 |
Color Harmonies of #3911F1
Complementary color
Monochromatic Colors of #3911F1
Black with #3911F1
Text Example
Text Example
White with #3911F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3911F1; }
p { color: rgb(57,17,241); }
H1.HeaderClassName
{
color: #3911F1;
}
.AnyTagClassName
{
color: #3911F1;
}
</style>
background-color css
<style>
a { background-color: #3911F1; }
a { background-color: rgb(57,17,241); }
div.DivClassName
{
background-color: #3911F1;
}
.BgClassName
{
background-color: #3911F1;
}
</style>
border-color css
<style>
span { border-color: #3911F1; }
span { border-color: rgb(57,17,241); }
td.TdClassName
{
border-color: #3911F1;
}
.TagClassName
{
border-color: #3911F1;
}
</style>