Shades of Han Purple #3924FA
Tints of Han Purple #3924FA
RGB
CMYK
RGB Variations
Color information
#3924FA (or 0x3924FA) is known color: Han Purple. HEX triplet: 39, 24 and FA. RGB value is (57,36,250). Sum of RGB (Red+Green+Blue) = 57+36+250=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #3924FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3924FA is #C6DB05. Grayscale: #414141. Windows color (decimal): -13032198 or 16393273. OLE color: 16393273.
HSL color Cylindrical-coordinate representation of color #3924FA: hue angle of 245.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3924FA is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 36 | 250 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.02 |
| HSL | 245.89º | 0.96% | 0.56% | - |
| HSV(B) | 245.89º | 0.86% | 0.98% | - |
| XYZ | 19.57 | 9.03 | 91.15 | - |
| YUV | 66.68 | 231.46 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 250 | 0.77 | 0.86 | 0 | 0.02 | 245.89 | 0.96 | 0.56 |
| Hex | 39 | 24 | FA | 4D | 56 | 0 | 2 | F6 | 60 | 38 |
| Octal | 71 | 44 | 372 | 115 | 126 | 0 | 2 | 366 | 140 | 70 |
| Binary | 111001 | 100100 | 11111010 | 1001101 | 1010110 | 0 | 10 | 11110110 | 1100000 | 111000 |
Color Harmonies of #3924FA
Complementary color
Monochromatic Colors of #3924FA
Black with #3924FA
Text Example
Text Example
White with #3924FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3924FA; }
p { color: rgb(57,36,250); }
H1.HeaderClassName
{
color: #3924FA;
}
.AnyTagClassName
{
color: #3924FA;
}
</style>
background-color css
<style>
a { background-color: #3924FA; }
a { background-color: rgb(57,36,250); }
div.DivClassName
{
background-color: #3924FA;
}
.BgClassName
{
background-color: #3924FA;
}
</style>
border-color css
<style>
span { border-color: #3924FA; }
span { border-color: rgb(57,36,250); }
td.TdClassName
{
border-color: #3924FA;
}
.TagClassName
{
border-color: #3924FA;
}
</style>