Shades of Han Purple #390EEA
Tints of Han Purple #390EEA
RGB
CMYK
RGB Variations
Color information
#390EEA (or 0x390EEA) is known color: Han Purple. HEX triplet: 39, 0E and EA. RGB value is (57,14,234). Sum of RGB (Red+Green+Blue) = 57+14+234=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 234 (91.80% from 255 or 76.72% from 305); Max value from RGB is 234 - color contains mainly: blue. Hex color #390EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390EEA is #C6F115. Grayscale: #333333. Windows color (decimal): -13037846 or 15339065. OLE color: 15339065.
HSL color Cylindrical-coordinate representation of color #390EEA: hue angle of 251.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390EEA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 14 | 234 | - |
| CMYK | 0.76 | 0.94 | 0 | 0.08 |
| HSL | 251.73º | 0.89% | 0.49% | - |
| HSV(B) | 251.73º | 0.94% | 0.92% | - |
| XYZ | 16.7 | 7.12 | 78.34 | - |
| YUV | 51.94 | 230.75 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 234 | 0.76 | 0.94 | 0 | 0.08 | 251.73 | 0.89 | 0.49 |
| Hex | 39 | E | EA | 4C | 5E | 0 | 8 | FC | 59 | 31 |
| Octal | 71 | 16 | 352 | 114 | 136 | 0 | 10 | 374 | 131 | 61 |
| Binary | 111001 | 1110 | 11101010 | 1001100 | 1011110 | 0 | 1000 | 11111100 | 1011001 | 110001 |
Color Harmonies of #390EEA
Complementary color
Monochromatic Colors of #390EEA
Black with #390EEA
Text Example
Text Example
White with #390EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390EEA; }
p { color: rgb(57,14,234); }
H1.HeaderClassName
{
color: #390EEA;
}
.AnyTagClassName
{
color: #390EEA;
}
</style>
background-color css
<style>
a { background-color: #390EEA; }
a { background-color: rgb(57,14,234); }
div.DivClassName
{
background-color: #390EEA;
}
.BgClassName
{
background-color: #390EEA;
}
</style>
border-color css
<style>
span { border-color: #390EEA; }
span { border-color: rgb(57,14,234); }
td.TdClassName
{
border-color: #390EEA;
}
.TagClassName
{
border-color: #390EEA;
}
</style>