Shades of Han Purple #390CFF
Tints of Han Purple #390CFF
RGB
CMYK
RGB Variations
Color information
#390CFF (or 0x390CFF) is known color: Han Purple. HEX triplet: 39, 0C and FF. RGB value is (57,12,255). Sum of RGB (Red+Green+Blue) = 57+12+255=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #390CFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390CFF is #C6F300. Grayscale: #343434. Windows color (decimal): -13038337 or 16714809. OLE color: 16714809.
HSL color Cylindrical-coordinate representation of color #390CFF: hue angle of 251.11º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CFF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 12 | 255 | - |
| CMYK | 0.78 | 0.95 | 0 | 0 |
| HSL | 251.11º | 1% | 0.52% | - |
| HSV(B) | 251.11º | 0.95% | 1% | - |
| XYZ | 19.87 | 8.35 | 95.17 | - |
| YUV | 53.16 | 241.91 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 255 | 0.78 | 0.95 | 0 | 0 | 251.11 | 1 | 0.52 |
| Hex | 39 | C | FF | 4E | 5F | 0 | 0 | FB | 64 | 34 |
| Octal | 71 | 14 | 377 | 116 | 137 | 0 | 0 | 373 | 144 | 64 |
| Binary | 111001 | 1100 | 11111111 | 1001110 | 1011111 | 0 | 0 | 11111011 | 1100100 | 110100 |
Color Harmonies of #390CFF
Complementary color
Monochromatic Colors of #390CFF
Black with #390CFF
Text Example
Text Example
White with #390CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390CFF; }
p { color: rgb(57,12,255); }
H1.HeaderClassName
{
color: #390CFF;
}
.AnyTagClassName
{
color: #390CFF;
}
</style>
background-color css
<style>
a { background-color: #390CFF; }
a { background-color: rgb(57,12,255); }
div.DivClassName
{
background-color: #390CFF;
}
.BgClassName
{
background-color: #390CFF;
}
</style>
border-color css
<style>
span { border-color: #390CFF; }
span { border-color: rgb(57,12,255); }
td.TdClassName
{
border-color: #390CFF;
}
.TagClassName
{
border-color: #390CFF;
}
</style>