Shades of Han Purple #390BFE
Tints of Han Purple #390BFE
RGB
CMYK
RGB Variations
Color information
#390BFE (or 0x390BFE) is known color: Han Purple. HEX triplet: 39, 0B and FE. RGB value is (57,11,254). Sum of RGB (Red+Green+Blue) = 57+11+254=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 254 (99.61% from 255 or 78.88% from 322); Max value from RGB is 254 - color contains mainly: blue. Hex color #390BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390BFE is #C6F401. Grayscale: #333333. Windows color (decimal): -13038594 or 16649017. OLE color: 16649017.
HSL color Cylindrical-coordinate representation of color #390BFE: hue angle of 251.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390BFE is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 11 | 254 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.00 |
| HSL | 251.36º | 0.99% | 0.52% | - |
| HSV(B) | 251.36º | 0.96% | 1% | - |
| XYZ | 19.7 | 8.26 | 94.32 | - |
| YUV | 52.46 | 241.74 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 254 | 0.78 | 0.96 | 0 | 0.00 | 251.36 | 0.99 | 0.52 |
| Hex | 39 | B | FE | 4E | 60 | 0 | 0 | FB | 63 | 34 |
| Octal | 71 | 13 | 376 | 116 | 140 | 0 | 0 | 373 | 143 | 64 |
| Binary | 111001 | 1011 | 11111110 | 1001110 | 1100000 | 0 | 0 | 11111011 | 1100011 | 110100 |
Color Harmonies of #390BFE
Complementary color
Monochromatic Colors of #390BFE
Black with #390BFE
Text Example
Text Example
White with #390BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BFE; }
p { color: rgb(57,11,254); }
H1.HeaderClassName
{
color: #390BFE;
}
.AnyTagClassName
{
color: #390BFE;
}
</style>
background-color css
<style>
a { background-color: #390BFE; }
a { background-color: rgb(57,11,254); }
div.DivClassName
{
background-color: #390BFE;
}
.BgClassName
{
background-color: #390BFE;
}
</style>
border-color css
<style>
span { border-color: #390BFE; }
span { border-color: rgb(57,11,254); }
td.TdClassName
{
border-color: #390BFE;
}
.TagClassName
{
border-color: #390BFE;
}
</style>