Shades of Han Purple #392AED
Tints of Han Purple #392AED
RGB
CMYK
RGB Variations
Color information
#392AED (or 0x392AED) is known color: Han Purple. HEX triplet: 39, 2A and ED. RGB value is (57,42,237). Sum of RGB (Red+Green+Blue) = 57+42+237=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #392AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392AED is #C6D512. Grayscale: #434343. Windows color (decimal): -13030675 or 15542841. OLE color: 15542841.
HSL color Cylindrical-coordinate representation of color #392AED: hue angle of 244.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392AED is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 42 | 237 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.07 |
| HSL | 244.62º | 0.84% | 0.55% | - |
| HSV(B) | 244.62º | 0.82% | 0.93% | - |
| XYZ | 17.8 | 8.64 | 80.85 | - |
| YUV | 68.72 | 222.97 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 237 | 0.76 | 0.82 | 0 | 0.07 | 244.62 | 0.84 | 0.55 |
| Hex | 39 | 2A | ED | 4C | 52 | 0 | 7 | F5 | 54 | 37 |
| Octal | 71 | 52 | 355 | 114 | 122 | 0 | 7 | 365 | 124 | 67 |
| Binary | 111001 | 101010 | 11101101 | 1001100 | 1010010 | 0 | 111 | 11110101 | 1010100 | 110111 |
Color Harmonies of #392AED
Complementary color
Monochromatic Colors of #392AED
Black with #392AED
Text Example
Text Example
White with #392AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392AED; }
p { color: rgb(57,42,237); }
H1.HeaderClassName
{
color: #392AED;
}
.AnyTagClassName
{
color: #392AED;
}
</style>
background-color css
<style>
a { background-color: #392AED; }
a { background-color: rgb(57,42,237); }
div.DivClassName
{
background-color: #392AED;
}
.BgClassName
{
background-color: #392AED;
}
</style>
border-color css
<style>
span { border-color: #392AED; }
span { border-color: rgb(57,42,237); }
td.TdClassName
{
border-color: #392AED;
}
.TagClassName
{
border-color: #392AED;
}
</style>