Shades of Han Purple #390BFC
Tints of Han Purple #390BFC
RGB
CMYK
RGB Variations
Color information
#390BFC (or 0x390BFC) is known color: Han Purple. HEX triplet: 39, 0B and FC. RGB value is (57,11,252). Sum of RGB (Red+Green+Blue) = 57+11+252=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #390BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390BFC is #C6F403. Grayscale: #333333. Windows color (decimal): -13038596 or 16517945. OLE color: 16517945.
HSL color Cylindrical-coordinate representation of color #390BFC: hue angle of 251.45º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390BFC is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 11 | 252 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.01 |
| HSL | 251.45º | 0.98% | 0.52% | - |
| HSV(B) | 251.45º | 0.96% | 0.99% | - |
| XYZ | 19.38 | 8.14 | 92.64 | - |
| YUV | 52.23 | 240.74 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 252 | 0.77 | 0.96 | 0 | 0.01 | 251.45 | 0.98 | 0.52 |
| Hex | 39 | B | FC | 4D | 60 | 0 | 1 | FB | 62 | 34 |
| Octal | 71 | 13 | 374 | 115 | 140 | 0 | 1 | 373 | 142 | 64 |
| Binary | 111001 | 1011 | 11111100 | 1001101 | 1100000 | 0 | 1 | 11111011 | 1100010 | 110100 |
Color Harmonies of #390BFC
Complementary color
Monochromatic Colors of #390BFC
Black with #390BFC
Text Example
Text Example
White with #390BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BFC; }
p { color: rgb(57,11,252); }
H1.HeaderClassName
{
color: #390BFC;
}
.AnyTagClassName
{
color: #390BFC;
}
</style>
background-color css
<style>
a { background-color: #390BFC; }
a { background-color: rgb(57,11,252); }
div.DivClassName
{
background-color: #390BFC;
}
.BgClassName
{
background-color: #390BFC;
}
</style>
border-color css
<style>
span { border-color: #390BFC; }
span { border-color: rgb(57,11,252); }
td.TdClassName
{
border-color: #390BFC;
}
.TagClassName
{
border-color: #390BFC;
}
</style>