Shades of Han Purple #3924EA
Tints of Han Purple #3924EA
RGB
CMYK
RGB Variations
Color information
#3924EA (or 0x3924EA) is known color: Han Purple. HEX triplet: 39, 24 and EA. RGB value is (57,36,234). Sum of RGB (Red+Green+Blue) = 57+36+234=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 234 (91.80% from 255 or 71.56% from 327); Max value from RGB is 234 - color contains mainly: blue. Hex color #3924EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3924EA is #C6DB15. Grayscale: #404040. Windows color (decimal): -13032214 or 15344697. OLE color: 15344697.
HSL color Cylindrical-coordinate representation of color #3924EA: hue angle of 246.36º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3924EA is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 36 | 234 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.08 |
| HSL | 246.36º | 0.83% | 0.53% | - |
| HSV(B) | 246.36º | 0.85% | 0.92% | - |
| XYZ | 17.17 | 8.07 | 78.5 | - |
| YUV | 64.85 | 223.46 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 234 | 0.76 | 0.85 | 0 | 0.08 | 246.36 | 0.83 | 0.53 |
| Hex | 39 | 24 | EA | 4C | 55 | 0 | 8 | F6 | 52 | 35 |
| Octal | 71 | 44 | 352 | 114 | 125 | 0 | 10 | 366 | 122 | 65 |
| Binary | 111001 | 100100 | 11101010 | 1001100 | 1010101 | 0 | 1000 | 11110110 | 1010010 | 110101 |
Color Harmonies of #3924EA
Complementary color
Monochromatic Colors of #3924EA
Black with #3924EA
Text Example
Text Example
White with #3924EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3924EA; }
p { color: rgb(57,36,234); }
H1.HeaderClassName
{
color: #3924EA;
}
.AnyTagClassName
{
color: #3924EA;
}
</style>
background-color css
<style>
a { background-color: #3924EA; }
a { background-color: rgb(57,36,234); }
div.DivClassName
{
background-color: #3924EA;
}
.BgClassName
{
background-color: #3924EA;
}
</style>
border-color css
<style>
span { border-color: #3924EA; }
span { border-color: rgb(57,36,234); }
td.TdClassName
{
border-color: #3924EA;
}
.TagClassName
{
border-color: #3924EA;
}
</style>