Shades of Han Purple #3918FA
Tints of Han Purple #3918FA
RGB
CMYK
RGB Variations
Color information
#3918FA (or 0x3918FA) is known color: Han Purple. HEX triplet: 39, 18 and FA. RGB value is (57,24,250). Sum of RGB (Red+Green+Blue) = 57+24+250=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #3918FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3918FA is #C6E705. Grayscale: #3A3A3A. Windows color (decimal): -13035270 or 16390201. OLE color: 16390201.
HSL color Cylindrical-coordinate representation of color #3918FA: hue angle of 248.76º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3918FA is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 24 | 250 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.02 |
| HSL | 248.76º | 0.96% | 0.54% | - |
| HSV(B) | 248.76º | 0.9% | 0.98% | - |
| XYZ | 19.27 | 8.43 | 91.05 | - |
| YUV | 59.63 | 235.43 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 24 | 250 | 0.77 | 0.90 | 0 | 0.02 | 248.76 | 0.96 | 0.54 |
| Hex | 39 | 18 | FA | 4D | 5A | 0 | 2 | F9 | 60 | 36 |
| Octal | 71 | 30 | 372 | 115 | 132 | 0 | 2 | 371 | 140 | 66 |
| Binary | 111001 | 11000 | 11111010 | 1001101 | 1011010 | 0 | 10 | 11111001 | 1100000 | 110110 |
Color Harmonies of #3918FA
Complementary color
Monochromatic Colors of #3918FA
Black with #3918FA
Text Example
Text Example
White with #3918FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3918FA; }
p { color: rgb(57,24,250); }
H1.HeaderClassName
{
color: #3918FA;
}
.AnyTagClassName
{
color: #3918FA;
}
</style>
background-color css
<style>
a { background-color: #3918FA; }
a { background-color: rgb(57,24,250); }
div.DivClassName
{
background-color: #3918FA;
}
.BgClassName
{
background-color: #3918FA;
}
</style>
border-color css
<style>
span { border-color: #3918FA; }
span { border-color: rgb(57,24,250); }
td.TdClassName
{
border-color: #3918FA;
}
.TagClassName
{
border-color: #3918FA;
}
</style>