Shades of Han Purple #392DFC
Tints of Han Purple #392DFC
RGB
CMYK
RGB Variations
Color information
#392DFC (or 0x392DFC) is known color: Han Purple. HEX triplet: 39, 2D and FC. RGB value is (57,45,252). Sum of RGB (Red+Green+Blue) = 57+45+252=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #392DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392DFC is #C6D203. Grayscale: #474747. Windows color (decimal): -13029892 or 16526649. OLE color: 16526649.
HSL color Cylindrical-coordinate representation of color #392DFC: hue angle of 243.48º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392DFC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 45 | 252 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.01 |
| HSL | 243.48º | 0.97% | 0.58% | - |
| HSV(B) | 243.48º | 0.82% | 0.99% | - |
| XYZ | 20.2 | 9.77 | 92.92 | - |
| YUV | 72.19 | 229.48 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 252 | 0.77 | 0.82 | 0 | 0.01 | 243.48 | 0.97 | 0.58 |
| Hex | 39 | 2D | FC | 4D | 52 | 0 | 1 | F3 | 61 | 3A |
| Octal | 71 | 55 | 374 | 115 | 122 | 0 | 1 | 363 | 141 | 72 |
| Binary | 111001 | 101101 | 11111100 | 1001101 | 1010010 | 0 | 1 | 11110011 | 1100001 | 111010 |
Color Harmonies of #392DFC
Complementary color
Monochromatic Colors of #392DFC
Black with #392DFC
Text Example
Text Example
White with #392DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392DFC; }
p { color: rgb(57,45,252); }
H1.HeaderClassName
{
color: #392DFC;
}
.AnyTagClassName
{
color: #392DFC;
}
</style>
background-color css
<style>
a { background-color: #392DFC; }
a { background-color: rgb(57,45,252); }
div.DivClassName
{
background-color: #392DFC;
}
.BgClassName
{
background-color: #392DFC;
}
</style>
border-color css
<style>
span { border-color: #392DFC; }
span { border-color: rgb(57,45,252); }
td.TdClassName
{
border-color: #392DFC;
}
.TagClassName
{
border-color: #392DFC;
}
</style>