Shades of Han Purple #3917FA
Tints of Han Purple #3917FA
RGB
CMYK
RGB Variations
Color information
#3917FA (or 0x3917FA) is known color: Han Purple. HEX triplet: 39, 17 and FA. RGB value is (57,23,250). Sum of RGB (Red+Green+Blue) = 57+23+250=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 250 (98.05% from 255 or 75.76% from 330); Max value from RGB is 250 - color contains mainly: blue. Hex color #3917FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3917FA is #C6E805. Grayscale: #3A3A3A. Windows color (decimal): -13035526 or 16389945. OLE color: 16389945.
HSL color Cylindrical-coordinate representation of color #3917FA: hue angle of 248.99º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3917FA is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 23 | 250 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.02 |
| HSL | 248.99º | 0.96% | 0.54% | - |
| HSV(B) | 248.99º | 0.91% | 0.98% | - |
| XYZ | 19.25 | 8.38 | 91.05 | - |
| YUV | 59.04 | 235.76 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 250 | 0.77 | 0.91 | 0 | 0.02 | 248.99 | 0.96 | 0.54 |
| Hex | 39 | 17 | FA | 4D | 5B | 0 | 2 | F9 | 60 | 36 |
| Octal | 71 | 27 | 372 | 115 | 133 | 0 | 2 | 371 | 140 | 66 |
| Binary | 111001 | 10111 | 11111010 | 1001101 | 1011011 | 0 | 10 | 11111001 | 1100000 | 110110 |
Color Harmonies of #3917FA
Complementary color
Monochromatic Colors of #3917FA
Black with #3917FA
Text Example
Text Example
White with #3917FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3917FA; }
p { color: rgb(57,23,250); }
H1.HeaderClassName
{
color: #3917FA;
}
.AnyTagClassName
{
color: #3917FA;
}
</style>
background-color css
<style>
a { background-color: #3917FA; }
a { background-color: rgb(57,23,250); }
div.DivClassName
{
background-color: #3917FA;
}
.BgClassName
{
background-color: #3917FA;
}
</style>
border-color css
<style>
span { border-color: #3917FA; }
span { border-color: rgb(57,23,250); }
td.TdClassName
{
border-color: #3917FA;
}
.TagClassName
{
border-color: #3917FA;
}
</style>