Shades of Han Purple #3914F9
Tints of Han Purple #3914F9
RGB
CMYK
RGB Variations
Color information
#3914F9 (or 0x3914F9) is known color: Han Purple. HEX triplet: 39, 14 and F9. RGB value is (57,20,249). Sum of RGB (Red+Green+Blue) = 57+20+249=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 249 (97.66% from 255 or 76.38% from 326); Max value from RGB is 249 - color contains mainly: blue. Hex color #3914F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3914F9 is #C6EB06. Grayscale: #383838. Windows color (decimal): -13036295 or 16323641. OLE color: 16323641.
HSL color Cylindrical-coordinate representation of color #3914F9: hue angle of 249.69º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3914F9 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 20 | 249 | - |
| CMYK | 0.77 | 0.92 | 0 | 0.02 |
| HSL | 249.69º | 0.95% | 0.53% | - |
| HSV(B) | 249.69º | 0.92% | 0.98% | - |
| XYZ | 19.04 | 8.21 | 90.2 | - |
| YUV | 57.17 | 236.26 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 249 | 0.77 | 0.92 | 0 | 0.02 | 249.69 | 0.95 | 0.53 |
| Hex | 39 | 14 | F9 | 4D | 5C | 0 | 2 | FA | 5F | 35 |
| Octal | 71 | 24 | 371 | 115 | 134 | 0 | 2 | 372 | 137 | 65 |
| Binary | 111001 | 10100 | 11111001 | 1001101 | 1011100 | 0 | 10 | 11111010 | 1011111 | 110101 |
Color Harmonies of #3914F9
Complementary color
Monochromatic Colors of #3914F9
Black with #3914F9
Text Example
Text Example
White with #3914F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914F9; }
p { color: rgb(57,20,249); }
H1.HeaderClassName
{
color: #3914F9;
}
.AnyTagClassName
{
color: #3914F9;
}
</style>
background-color css
<style>
a { background-color: #3914F9; }
a { background-color: rgb(57,20,249); }
div.DivClassName
{
background-color: #3914F9;
}
.BgClassName
{
background-color: #3914F9;
}
</style>
border-color css
<style>
span { border-color: #3914F9; }
span { border-color: rgb(57,20,249); }
td.TdClassName
{
border-color: #3914F9;
}
.TagClassName
{
border-color: #3914F9;
}
</style>