Shades of Han Purple #392CFA
Tints of Han Purple #392CFA
RGB
CMYK
RGB Variations
Color information
#392CFA (or 0x392CFA) is known color: Han Purple. HEX triplet: 39, 2C and FA. RGB value is (57,44,250). Sum of RGB (Red+Green+Blue) = 57+44+250=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #392CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392CFA is #C6D305. Grayscale: #464646. Windows color (decimal): -13030150 or 16395321. OLE color: 16395321.
HSL color Cylindrical-coordinate representation of color #392CFA: hue angle of 243.79º degrees, saturation: 0.95, 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 #392CFA is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 44 | 250 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.02 |
| HSL | 243.79º | 0.95% | 0.58% | - |
| HSV(B) | 243.79º | 0.82% | 0.98% | - |
| XYZ | 19.84 | 9.57 | 91.24 | - |
| YUV | 71.37 | 228.81 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 250 | 0.77 | 0.82 | 0 | 0.02 | 243.79 | 0.95 | 0.58 |
| Hex | 39 | 2C | FA | 4D | 52 | 0 | 2 | F4 | 5F | 3A |
| Octal | 71 | 54 | 372 | 115 | 122 | 0 | 2 | 364 | 137 | 72 |
| Binary | 111001 | 101100 | 11111010 | 1001101 | 1010010 | 0 | 10 | 11110100 | 1011111 | 111010 |
Color Harmonies of #392CFA
Complementary color
Monochromatic Colors of #392CFA
Black with #392CFA
Text Example
Text Example
White with #392CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CFA; }
p { color: rgb(57,44,250); }
H1.HeaderClassName
{
color: #392CFA;
}
.AnyTagClassName
{
color: #392CFA;
}
</style>
background-color css
<style>
a { background-color: #392CFA; }
a { background-color: rgb(57,44,250); }
div.DivClassName
{
background-color: #392CFA;
}
.BgClassName
{
background-color: #392CFA;
}
</style>
border-color css
<style>
span { border-color: #392CFA; }
span { border-color: rgb(57,44,250); }
td.TdClassName
{
border-color: #392CFA;
}
.TagClassName
{
border-color: #392CFA;
}
</style>