Shades of Han Purple #390FCB
Tints of Han Purple #390FCB
RGB
CMYK
RGB Variations
Color information
#390FCB (or 0x390FCB) is known color: Han Purple. HEX triplet: 39, 0F and CB. RGB value is (57,15,203). Sum of RGB (Red+Green+Blue) = 57+15+203=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #390FCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FCB is #C6F034. Grayscale: #303030. Windows color (decimal): -13037621 or 13307705. OLE color: 13307705.
HSL color Cylindrical-coordinate representation of color #390FCB: hue angle of 253.4º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FCB is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 15 | 203 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.20 |
| HSL | 253.4º | 0.86% | 0.43% | - |
| HSV(B) | 253.4º | 0.93% | 0.8% | - |
| XYZ | 12.64 | 5.52 | 56.9 | - |
| YUV | 48.99 | 214.91 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 203 | 0.72 | 0.93 | 0 | 0.20 | 253.4 | 0.86 | 0.43 |
| Hex | 39 | F | CB | 48 | 5D | 0 | 14 | FD | 56 | 2B |
| Octal | 71 | 17 | 313 | 110 | 135 | 0 | 24 | 375 | 126 | 53 |
| Binary | 111001 | 1111 | 11001011 | 1001000 | 1011101 | 0 | 10100 | 11111101 | 1010110 | 101011 |
Color Harmonies of #390FCB
Complementary color
Monochromatic Colors of #390FCB
Black with #390FCB
Text Example
Text Example
White with #390FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FCB; }
p { color: rgb(57,15,203); }
H1.HeaderClassName
{
color: #390FCB;
}
.AnyTagClassName
{
color: #390FCB;
}
</style>
background-color css
<style>
a { background-color: #390FCB; }
a { background-color: rgb(57,15,203); }
div.DivClassName
{
background-color: #390FCB;
}
.BgClassName
{
background-color: #390FCB;
}
</style>
border-color css
<style>
span { border-color: #390FCB; }
span { border-color: rgb(57,15,203); }
td.TdClassName
{
border-color: #390FCB;
}
.TagClassName
{
border-color: #390FCB;
}
</style>