Shades of Han Purple #392EEE
Tints of Han Purple #392EEE
RGB
CMYK
RGB Variations
Color information
#392EEE (or 0x392EEE) is known color: Han Purple. HEX triplet: 39, 2E and EE. RGB value is (57,46,238). Sum of RGB (Red+Green+Blue) = 57+46+238=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #392EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392EEE is #C6D111. Grayscale: #464646. Windows color (decimal): -13029650 or 15609401. OLE color: 15609401.
HSL color Cylindrical-coordinate representation of color #392EEE: hue angle of 243.44º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #392EEE is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 46 | 238 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.07 |
| HSL | 243.44º | 0.85% | 0.56% | - |
| HSV(B) | 243.44º | 0.81% | 0.93% | - |
| XYZ | 18.1 | 9 | 81.67 | - |
| YUV | 71.18 | 222.14 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 238 | 0.76 | 0.81 | 0 | 0.07 | 243.44 | 0.85 | 0.56 |
| Hex | 39 | 2E | EE | 4C | 51 | 0 | 7 | F3 | 55 | 38 |
| Octal | 71 | 56 | 356 | 114 | 121 | 0 | 7 | 363 | 125 | 70 |
| Binary | 111001 | 101110 | 11101110 | 1001100 | 1010001 | 0 | 111 | 11110011 | 1010101 | 111000 |
Color Harmonies of #392EEE
Complementary color
Monochromatic Colors of #392EEE
Black with #392EEE
Text Example
Text Example
White with #392EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392EEE; }
p { color: rgb(57,46,238); }
H1.HeaderClassName
{
color: #392EEE;
}
.AnyTagClassName
{
color: #392EEE;
}
</style>
background-color css
<style>
a { background-color: #392EEE; }
a { background-color: rgb(57,46,238); }
div.DivClassName
{
background-color: #392EEE;
}
.BgClassName
{
background-color: #392EEE;
}
</style>
border-color css
<style>
span { border-color: #392EEE; }
span { border-color: rgb(57,46,238); }
td.TdClassName
{
border-color: #392EEE;
}
.TagClassName
{
border-color: #392EEE;
}
</style>