Shades of Han Purple #392DFF
Tints of Han Purple #392DFF
RGB
CMYK
RGB Variations
Color information
#392DFF (or 0x392DFF) is known color: Han Purple. HEX triplet: 39, 2D and FF. RGB value is (57,45,255). Sum of RGB (Red+Green+Blue) = 57+45+255=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #392DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392DFF is #C6D200. Grayscale: #474747. Windows color (decimal): -13029889 or 16723257. OLE color: 16723257.
HSL color Cylindrical-coordinate representation of color #392DFF: hue angle of 243.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392DFF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 45 | 255 | - |
| CMYK | 0.78 | 0.82 | 0 | 0 |
| HSL | 243.43º | 1% | 0.59% | - |
| HSV(B) | 243.43º | 0.82% | 1% | - |
| XYZ | 20.68 | 9.97 | 95.44 | - |
| YUV | 72.53 | 230.98 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 255 | 0.78 | 0.82 | 0 | 0 | 243.43 | 1 | 0.59 |
| Hex | 39 | 2D | FF | 4E | 52 | 0 | 0 | F3 | 64 | 3B |
| Octal | 71 | 55 | 377 | 116 | 122 | 0 | 0 | 363 | 144 | 73 |
| Binary | 111001 | 101101 | 11111111 | 1001110 | 1010010 | 0 | 0 | 11110011 | 1100100 | 111011 |
Color Harmonies of #392DFF
Complementary color
Monochromatic Colors of #392DFF
Black with #392DFF
Text Example
Text Example
White with #392DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392DFF; }
p { color: rgb(57,45,255); }
H1.HeaderClassName
{
color: #392DFF;
}
.AnyTagClassName
{
color: #392DFF;
}
</style>
background-color css
<style>
a { background-color: #392DFF; }
a { background-color: rgb(57,45,255); }
div.DivClassName
{
background-color: #392DFF;
}
.BgClassName
{
background-color: #392DFF;
}
</style>
border-color css
<style>
span { border-color: #392DFF; }
span { border-color: rgb(57,45,255); }
td.TdClassName
{
border-color: #392DFF;
}
.TagClassName
{
border-color: #392DFF;
}
</style>