Shades of Han Purple #3913FE
Tints of Han Purple #3913FE
RGB
CMYK
RGB Variations
Color information
#3913FE (or 0x3913FE) is known color: Han Purple. HEX triplet: 39, 13 and FE. RGB value is (57,19,254). Sum of RGB (Red+Green+Blue) = 57+19+254=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #3913FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3913FE is #C6EC01. Grayscale: #383838. Windows color (decimal): -13036546 or 16651065. OLE color: 16651065.
HSL color Cylindrical-coordinate representation of color #3913FE: hue angle of 249.7º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3913FE is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 19 | 254 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.00 |
| HSL | 249.7º | 0.99% | 0.54% | - |
| HSV(B) | 249.7º | 0.93% | 1% | - |
| XYZ | 19.81 | 8.49 | 94.36 | - |
| YUV | 57.15 | 239.09 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 254 | 0.78 | 0.93 | 0 | 0.00 | 249.7 | 0.99 | 0.54 |
| Hex | 39 | 13 | FE | 4E | 5D | 0 | 0 | FA | 63 | 36 |
| Octal | 71 | 23 | 376 | 116 | 135 | 0 | 0 | 372 | 143 | 66 |
| Binary | 111001 | 10011 | 11111110 | 1001110 | 1011101 | 0 | 0 | 11111010 | 1100011 | 110110 |
Color Harmonies of #3913FE
Complementary color
Monochromatic Colors of #3913FE
Black with #3913FE
Text Example
Text Example
White with #3913FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3913FE; }
p { color: rgb(57,19,254); }
H1.HeaderClassName
{
color: #3913FE;
}
.AnyTagClassName
{
color: #3913FE;
}
</style>
background-color css
<style>
a { background-color: #3913FE; }
a { background-color: rgb(57,19,254); }
div.DivClassName
{
background-color: #3913FE;
}
.BgClassName
{
background-color: #3913FE;
}
</style>
border-color css
<style>
span { border-color: #3913FE; }
span { border-color: rgb(57,19,254); }
td.TdClassName
{
border-color: #3913FE;
}
.TagClassName
{
border-color: #3913FE;
}
</style>