Shades of Han Purple #392CFC
Tints of Han Purple #392CFC
RGB
CMYK
RGB Variations
Color information
#392CFC (or 0x392CFC) is known color: Han Purple. HEX triplet: 39, 2C and FC. RGB value is (57,44,252). Sum of RGB (Red+Green+Blue) = 57+44+252=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #392CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392CFC is #C6D303. Grayscale: #464646. Windows color (decimal): -13030148 or 16526393. OLE color: 16526393.
HSL color Cylindrical-coordinate representation of color #392CFC: hue angle of 243.75º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #392CFC is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 44 | 252 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.01 |
| HSL | 243.75º | 0.97% | 0.58% | - |
| HSV(B) | 243.75º | 0.83% | 0.99% | - |
| XYZ | 20.16 | 9.7 | 92.91 | - |
| YUV | 71.6 | 229.81 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 252 | 0.77 | 0.83 | 0 | 0.01 | 243.75 | 0.97 | 0.58 |
| Hex | 39 | 2C | FC | 4D | 53 | 0 | 1 | F4 | 61 | 3A |
| Octal | 71 | 54 | 374 | 115 | 123 | 0 | 1 | 364 | 141 | 72 |
| Binary | 111001 | 101100 | 11111100 | 1001101 | 1010011 | 0 | 1 | 11110100 | 1100001 | 111010 |
Color Harmonies of #392CFC
Complementary color
Monochromatic Colors of #392CFC
Black with #392CFC
Text Example
Text Example
White with #392CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CFC; }
p { color: rgb(57,44,252); }
H1.HeaderClassName
{
color: #392CFC;
}
.AnyTagClassName
{
color: #392CFC;
}
</style>
background-color css
<style>
a { background-color: #392CFC; }
a { background-color: rgb(57,44,252); }
div.DivClassName
{
background-color: #392CFC;
}
.BgClassName
{
background-color: #392CFC;
}
</style>
border-color css
<style>
span { border-color: #392CFC; }
span { border-color: rgb(57,44,252); }
td.TdClassName
{
border-color: #392CFC;
}
.TagClassName
{
border-color: #392CFC;
}
</style>