Shades of Han Purple #390CFA
Tints of Han Purple #390CFA
RGB
CMYK
RGB Variations
Color information
#390CFA (or 0x390CFA) is known color: Han Purple. HEX triplet: 39, 0C and FA. RGB value is (57,12,250). Sum of RGB (Red+Green+Blue) = 57+12+250=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #390CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CFA is #C6F305. Grayscale: #333333. Windows color (decimal): -13038342 or 16387129. OLE color: 16387129.
HSL color Cylindrical-coordinate representation of color #390CFA: hue angle of 251.34º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CFA is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 12 | 250 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.02 |
| HSL | 251.34º | 0.96% | 0.51% | - |
| HSV(B) | 251.34º | 0.95% | 0.98% | - |
| XYZ | 19.07 | 8.03 | 90.99 | - |
| YUV | 52.59 | 239.41 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 250 | 0.77 | 0.95 | 0 | 0.02 | 251.34 | 0.96 | 0.51 |
| Hex | 39 | C | FA | 4D | 5F | 0 | 2 | FB | 60 | 33 |
| Octal | 71 | 14 | 372 | 115 | 137 | 0 | 2 | 373 | 140 | 63 |
| Binary | 111001 | 1100 | 11111010 | 1001101 | 1011111 | 0 | 10 | 11111011 | 1100000 | 110011 |
Color Harmonies of #390CFA
Complementary color
Monochromatic Colors of #390CFA
Black with #390CFA
Text Example
Text Example
White with #390CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CFA; }
p { color: rgb(57,12,250); }
H1.HeaderClassName
{
color: #390CFA;
}
.AnyTagClassName
{
color: #390CFA;
}
</style>
background-color css
<style>
a { background-color: #390CFA; }
a { background-color: rgb(57,12,250); }
div.DivClassName
{
background-color: #390CFA;
}
.BgClassName
{
background-color: #390CFA;
}
</style>
border-color css
<style>
span { border-color: #390CFA; }
span { border-color: rgb(57,12,250); }
td.TdClassName
{
border-color: #390CFA;
}
.TagClassName
{
border-color: #390CFA;
}
</style>