Shades of Han Purple #392FEA
Tints of Han Purple #392FEA
RGB
CMYK
RGB Variations
Color information
#392FEA (or 0x392FEA) is known color: Han Purple. HEX triplet: 39, 2F and EA. RGB value is (57,47,234). Sum of RGB (Red+Green+Blue) = 57+47+234=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #392FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392FEA is #C6D015. Grayscale: #464646. Windows color (decimal): -13029398 or 15347513. OLE color: 15347513.
HSL color Cylindrical-coordinate representation of color #392FEA: hue angle of 243.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392FEA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 47 | 234 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.08 |
| HSL | 243.21º | 0.82% | 0.55% | - |
| HSV(B) | 243.21º | 0.8% | 0.92% | - |
| XYZ | 17.56 | 8.84 | 78.62 | - |
| YUV | 71.31 | 219.81 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 47 | 234 | 0.76 | 0.80 | 0 | 0.08 | 243.21 | 0.82 | 0.55 |
| Hex | 39 | 2F | EA | 4C | 50 | 0 | 8 | F3 | 52 | 37 |
| Octal | 71 | 57 | 352 | 114 | 120 | 0 | 10 | 363 | 122 | 67 |
| Binary | 111001 | 101111 | 11101010 | 1001100 | 1010000 | 0 | 1000 | 11110011 | 1010010 | 110111 |
Color Harmonies of #392FEA
Complementary color
Monochromatic Colors of #392FEA
Black with #392FEA
Text Example
Text Example
White with #392FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392FEA; }
p { color: rgb(57,47,234); }
H1.HeaderClassName
{
color: #392FEA;
}
.AnyTagClassName
{
color: #392FEA;
}
</style>
background-color css
<style>
a { background-color: #392FEA; }
a { background-color: rgb(57,47,234); }
div.DivClassName
{
background-color: #392FEA;
}
.BgClassName
{
background-color: #392FEA;
}
</style>
border-color css
<style>
span { border-color: #392FEA; }
span { border-color: rgb(57,47,234); }
td.TdClassName
{
border-color: #392FEA;
}
.TagClassName
{
border-color: #392FEA;
}
</style>