Shades of Han Purple #390BDF
Tints of Han Purple #390BDF
RGB
CMYK
RGB Variations
Color information
#390BDF (or 0x390BDF) is known color: Han Purple. HEX triplet: 39, 0B and DF. RGB value is (57,11,223). Sum of RGB (Red+Green+Blue) = 57+11+223=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #390BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390BDF is #C6F420. Grayscale: #303030. Windows color (decimal): -13038625 or 14617401. OLE color: 14617401.
HSL color Cylindrical-coordinate representation of color #390BDF: hue angle of 253.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390BDF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 11 | 223 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.13 |
| HSL | 253.02º | 0.91% | 0.46% | - |
| HSV(B) | 253.02º | 0.95% | 0.87% | - |
| XYZ | 15.13 | 6.44 | 70.26 | - |
| YUV | 48.92 | 226.24 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 223 | 0.74 | 0.95 | 0 | 0.13 | 253.02 | 0.91 | 0.46 |
| Hex | 39 | B | DF | 4A | 5F | 0 | D | FD | 5B | 2E |
| Octal | 71 | 13 | 337 | 112 | 137 | 0 | 15 | 375 | 133 | 56 |
| Binary | 111001 | 1011 | 11011111 | 1001010 | 1011111 | 0 | 1101 | 11111101 | 1011011 | 101110 |
Color Harmonies of #390BDF
Complementary color
Monochromatic Colors of #390BDF
Black with #390BDF
Text Example
Text Example
White with #390BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BDF; }
p { color: rgb(57,11,223); }
H1.HeaderClassName
{
color: #390BDF;
}
.AnyTagClassName
{
color: #390BDF;
}
</style>
background-color css
<style>
a { background-color: #390BDF; }
a { background-color: rgb(57,11,223); }
div.DivClassName
{
background-color: #390BDF;
}
.BgClassName
{
background-color: #390BDF;
}
</style>
border-color css
<style>
span { border-color: #390BDF; }
span { border-color: rgb(57,11,223); }
td.TdClassName
{
border-color: #390BDF;
}
.TagClassName
{
border-color: #390BDF;
}
</style>