Shades of Han Purple #390CEF
Tints of Han Purple #390CEF
RGB
CMYK
RGB Variations
Color information
#390CEF (or 0x390CEF) is known color: Han Purple. HEX triplet: 39, 0C and EF. RGB value is (57,12,239). Sum of RGB (Red+Green+Blue) = 57+12+239=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #390CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CEF is #C6F310. Grayscale: #323232. Windows color (decimal): -13038353 or 15666233. OLE color: 15666233.
HSL color Cylindrical-coordinate representation of color #390CEF: hue angle of 251.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CEF is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 12 | 239 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.06 |
| HSL | 251.89º | 0.9% | 0.49% | - |
| HSV(B) | 251.89º | 0.95% | 0.94% | - |
| XYZ | 17.4 | 7.36 | 82.17 | - |
| YUV | 51.33 | 233.91 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 239 | 0.76 | 0.95 | 0 | 0.06 | 251.89 | 0.9 | 0.49 |
| Hex | 39 | C | EF | 4C | 5F | 0 | 6 | FC | 5A | 31 |
| Octal | 71 | 14 | 357 | 114 | 137 | 0 | 6 | 374 | 132 | 61 |
| Binary | 111001 | 1100 | 11101111 | 1001100 | 1011111 | 0 | 110 | 11111100 | 1011010 | 110001 |
Color Harmonies of #390CEF
Complementary color
Monochromatic Colors of #390CEF
Black with #390CEF
Text Example
Text Example
White with #390CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CEF; }
p { color: rgb(57,12,239); }
H1.HeaderClassName
{
color: #390CEF;
}
.AnyTagClassName
{
color: #390CEF;
}
</style>
background-color css
<style>
a { background-color: #390CEF; }
a { background-color: rgb(57,12,239); }
div.DivClassName
{
background-color: #390CEF;
}
.BgClassName
{
background-color: #390CEF;
}
</style>
border-color css
<style>
span { border-color: #390CEF; }
span { border-color: rgb(57,12,239); }
td.TdClassName
{
border-color: #390CEF;
}
.TagClassName
{
border-color: #390CEF;
}
</style>