Shades of Han Purple #392DF8
Tints of Han Purple #392DF8
RGB
CMYK
RGB Variations
Color information
#392DF8 (or 0x392DF8) is known color: Han Purple. HEX triplet: 39, 2D and F8. RGB value is (57,45,248). Sum of RGB (Red+Green+Blue) = 57+45+248=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #392DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392DF8 is #C6D207. Grayscale: #464646. Windows color (decimal): -13029896 or 16264505. OLE color: 16264505.
HSL color Cylindrical-coordinate representation of color #392DF8: hue angle of 243.55º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392DF8 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 45 | 248 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.03 |
| HSL | 243.55º | 0.94% | 0.57% | - |
| HSV(B) | 243.55º | 0.82% | 0.97% | - |
| XYZ | 19.57 | 9.52 | 89.61 | - |
| YUV | 71.73 | 227.48 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 248 | 0.77 | 0.82 | 0 | 0.03 | 243.55 | 0.94 | 0.57 |
| Hex | 39 | 2D | F8 | 4D | 52 | 0 | 3 | F4 | 5E | 39 |
| Octal | 71 | 55 | 370 | 115 | 122 | 0 | 3 | 364 | 136 | 71 |
| Binary | 111001 | 101101 | 11111000 | 1001101 | 1010010 | 0 | 11 | 11110100 | 1011110 | 111001 |
Color Harmonies of #392DF8
Complementary color
Monochromatic Colors of #392DF8
Black with #392DF8
Text Example
Text Example
White with #392DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392DF8; }
p { color: rgb(57,45,248); }
H1.HeaderClassName
{
color: #392DF8;
}
.AnyTagClassName
{
color: #392DF8;
}
</style>
background-color css
<style>
a { background-color: #392DF8; }
a { background-color: rgb(57,45,248); }
div.DivClassName
{
background-color: #392DF8;
}
.BgClassName
{
background-color: #392DF8;
}
</style>
border-color css
<style>
span { border-color: #392DF8; }
span { border-color: rgb(57,45,248); }
td.TdClassName
{
border-color: #392DF8;
}
.TagClassName
{
border-color: #392DF8;
}
</style>