Shades of Han Purple #392EDD
Tints of Han Purple #392EDD
RGB
CMYK
RGB Variations
Color information
#392EDD (or 0x392EDD) is known color: Han Purple. HEX triplet: 39, 2E and DD. RGB value is (57,46,221). Sum of RGB (Red+Green+Blue) = 57+46+221=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #392EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392EDD is #C6D122. Grayscale: #444444. Windows color (decimal): -13029667 or 14495289. OLE color: 14495289.
HSL color Cylindrical-coordinate representation of color #392EDD: hue angle of 243.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392EDD is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 46 | 221 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.13 |
| HSL | 243.77º | 0.72% | 0.52% | - |
| HSV(B) | 243.77º | 0.79% | 0.87% | - |
| XYZ | 15.72 | 8.04 | 69.13 | - |
| YUV | 69.24 | 213.64 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 46 | 221 | 0.74 | 0.79 | 0 | 0.13 | 243.77 | 0.72 | 0.52 |
| Hex | 39 | 2E | DD | 4A | 4F | 0 | D | F4 | 48 | 34 |
| Octal | 71 | 56 | 335 | 112 | 117 | 0 | 15 | 364 | 110 | 64 |
| Binary | 111001 | 101110 | 11011101 | 1001010 | 1001111 | 0 | 1101 | 11110100 | 1001000 | 110100 |
Color Harmonies of #392EDD
Complementary color
Monochromatic Colors of #392EDD
Black with #392EDD
Text Example
Text Example
White with #392EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392EDD; }
p { color: rgb(57,46,221); }
H1.HeaderClassName
{
color: #392EDD;
}
.AnyTagClassName
{
color: #392EDD;
}
</style>
background-color css
<style>
a { background-color: #392EDD; }
a { background-color: rgb(57,46,221); }
div.DivClassName
{
background-color: #392EDD;
}
.BgClassName
{
background-color: #392EDD;
}
</style>
border-color css
<style>
span { border-color: #392EDD; }
span { border-color: rgb(57,46,221); }
td.TdClassName
{
border-color: #392EDD;
}
.TagClassName
{
border-color: #392EDD;
}
</style>