Shades of Han Purple #392DFB
Tints of Han Purple #392DFB
RGB
CMYK
RGB Variations
Color information
#392DFB (or 0x392DFB) is known color: Han Purple. HEX triplet: 39, 2D and FB. RGB value is (57,45,251). Sum of RGB (Red+Green+Blue) = 57+45+251=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #392DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392DFB is #C6D204. Grayscale: #474747. Windows color (decimal): -13029893 or 16461113. OLE color: 16461113.
HSL color Cylindrical-coordinate representation of color #392DFB: hue angle of 243.5º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #392DFB is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 45 | 251 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.02 |
| HSL | 243.5º | 0.96% | 0.58% | - |
| HSV(B) | 243.5º | 0.82% | 0.98% | - |
| XYZ | 20.04 | 9.71 | 92.09 | - |
| YUV | 72.07 | 228.98 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 251 | 0.77 | 0.82 | 0 | 0.02 | 243.5 | 0.96 | 0.58 |
| Hex | 39 | 2D | FB | 4D | 52 | 0 | 2 | F3 | 60 | 3A |
| Octal | 71 | 55 | 373 | 115 | 122 | 0 | 2 | 363 | 140 | 72 |
| Binary | 111001 | 101101 | 11111011 | 1001101 | 1010010 | 0 | 10 | 11110011 | 1100000 | 111010 |
Color Harmonies of #392DFB
Complementary color
Monochromatic Colors of #392DFB
Black with #392DFB
Text Example
Text Example
White with #392DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392DFB; }
p { color: rgb(57,45,251); }
H1.HeaderClassName
{
color: #392DFB;
}
.AnyTagClassName
{
color: #392DFB;
}
</style>
background-color css
<style>
a { background-color: #392DFB; }
a { background-color: rgb(57,45,251); }
div.DivClassName
{
background-color: #392DFB;
}
.BgClassName
{
background-color: #392DFB;
}
</style>
border-color css
<style>
span { border-color: #392DFB; }
span { border-color: rgb(57,45,251); }
td.TdClassName
{
border-color: #392DFB;
}
.TagClassName
{
border-color: #392DFB;
}
</style>