Shades of Han Purple #392AF3
Tints of Han Purple #392AF3
RGB
CMYK
RGB Variations
Color information
#392AF3 (or 0x392AF3) is known color: Han Purple. HEX triplet: 39, 2A and F3. RGB value is (57,42,243). Sum of RGB (Red+Green+Blue) = 57+42+243=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #392AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #392AF3 is #C6D50C. Grayscale: #444444. Windows color (decimal): -13030669 or 15936057. OLE color: 15936057.
HSL color Cylindrical-coordinate representation of color #392AF3: hue angle of 244.48º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #392AF3 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 42 | 243 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.05 |
| HSL | 244.48º | 0.89% | 0.56% | - |
| HSV(B) | 244.48º | 0.83% | 0.95% | - |
| XYZ | 18.69 | 9 | 85.55 | - |
| YUV | 69.4 | 225.97 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 243 | 0.77 | 0.83 | 0 | 0.05 | 244.48 | 0.89 | 0.56 |
| Hex | 39 | 2A | F3 | 4D | 53 | 0 | 5 | F4 | 59 | 38 |
| Octal | 71 | 52 | 363 | 115 | 123 | 0 | 5 | 364 | 131 | 70 |
| Binary | 111001 | 101010 | 11110011 | 1001101 | 1010011 | 0 | 101 | 11110100 | 1011001 | 111000 |
Color Harmonies of #392AF3
Complementary color
Monochromatic Colors of #392AF3
Black with #392AF3
Text Example
Text Example
White with #392AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392AF3; }
p { color: rgb(57,42,243); }
H1.HeaderClassName
{
color: #392AF3;
}
.AnyTagClassName
{
color: #392AF3;
}
</style>
background-color css
<style>
a { background-color: #392AF3; }
a { background-color: rgb(57,42,243); }
div.DivClassName
{
background-color: #392AF3;
}
.BgClassName
{
background-color: #392AF3;
}
</style>
border-color css
<style>
span { border-color: #392AF3; }
span { border-color: rgb(57,42,243); }
td.TdClassName
{
border-color: #392AF3;
}
.TagClassName
{
border-color: #392AF3;
}
</style>