Shades of Han Purple #392AFB
Tints of Han Purple #392AFB
RGB
CMYK
RGB Variations
Color information
#392AFB (or 0x392AFB) is known color: Han Purple. HEX triplet: 39, 2A and FB. RGB value is (57,42,251). Sum of RGB (Red+Green+Blue) = 57+42+251=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #392AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392AFB is #C6D504. Grayscale: #454545. Windows color (decimal): -13030661 or 16460345. OLE color: 16460345.
HSL color Cylindrical-coordinate representation of color #392AFB: hue angle of 244.31º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #392AFB is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 42 | 251 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.02 |
| HSL | 244.31º | 0.96% | 0.57% | - |
| HSV(B) | 244.31º | 0.83% | 0.98% | - |
| XYZ | 19.93 | 9.49 | 92.05 | - |
| YUV | 70.31 | 229.97 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 251 | 0.77 | 0.83 | 0 | 0.02 | 244.31 | 0.96 | 0.57 |
| Hex | 39 | 2A | FB | 4D | 53 | 0 | 2 | F4 | 60 | 39 |
| Octal | 71 | 52 | 373 | 115 | 123 | 0 | 2 | 364 | 140 | 71 |
| Binary | 111001 | 101010 | 11111011 | 1001101 | 1010011 | 0 | 10 | 11110100 | 1100000 | 111001 |
Color Harmonies of #392AFB
Complementary color
Monochromatic Colors of #392AFB
Black with #392AFB
Text Example
Text Example
White with #392AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392AFB; }
p { color: rgb(57,42,251); }
H1.HeaderClassName
{
color: #392AFB;
}
.AnyTagClassName
{
color: #392AFB;
}
</style>
background-color css
<style>
a { background-color: #392AFB; }
a { background-color: rgb(57,42,251); }
div.DivClassName
{
background-color: #392AFB;
}
.BgClassName
{
background-color: #392AFB;
}
</style>
border-color css
<style>
span { border-color: #392AFB; }
span { border-color: rgb(57,42,251); }
td.TdClassName
{
border-color: #392AFB;
}
.TagClassName
{
border-color: #392AFB;
}
</style>