Shades of Han Purple #392FED
Tints of Han Purple #392FED
RGB
CMYK
RGB Variations
Color information
#392FED (or 0x392FED) is known color: Han Purple. HEX triplet: 39, 2F and ED. RGB value is (57,47,237). Sum of RGB (Red+Green+Blue) = 57+47+237=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #392FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392FED is #C6D012. Grayscale: #464646. Windows color (decimal): -13029395 or 15544121. OLE color: 15544121.
HSL color Cylindrical-coordinate representation of color #392FED: hue angle of 243.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392FED is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 47 | 237 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.07 |
| HSL | 243.16º | 0.84% | 0.56% | - |
| HSV(B) | 243.16º | 0.8% | 0.93% | - |
| XYZ | 17.99 | 9.02 | 80.91 | - |
| YUV | 71.65 | 221.31 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 237 | 0.76 | 0.80 | 0 | 0.07 | 243.16 | 0.84 | 0.56 |
| Hex | 39 | 2F | ED | 4C | 50 | 0 | 7 | F3 | 54 | 38 |
| Octal | 71 | 57 | 355 | 114 | 120 | 0 | 7 | 363 | 124 | 70 |
| Binary | 111001 | 101111 | 11101101 | 1001100 | 1010000 | 0 | 111 | 11110011 | 1010100 | 111000 |
Color Harmonies of #392FED
Complementary color
Monochromatic Colors of #392FED
Black with #392FED
Text Example
Text Example
White with #392FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392FED; }
p { color: rgb(57,47,237); }
H1.HeaderClassName
{
color: #392FED;
}
.AnyTagClassName
{
color: #392FED;
}
</style>
background-color css
<style>
a { background-color: #392FED; }
a { background-color: rgb(57,47,237); }
div.DivClassName
{
background-color: #392FED;
}
.BgClassName
{
background-color: #392FED;
}
</style>
border-color css
<style>
span { border-color: #392FED; }
span { border-color: rgb(57,47,237); }
td.TdClassName
{
border-color: #392FED;
}
.TagClassName
{
border-color: #392FED;
}
</style>