Shades of Han Purple #391BCF
Tints of Han Purple #391BCF
RGB
CMYK
RGB Variations
Color information
#391BCF (or 0x391BCF) is known color: Han Purple. HEX triplet: 39, 1B and CF. RGB value is (57,27,207). Sum of RGB (Red+Green+Blue) = 57+27+207=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 207 (81.25% from 255 or 71.13% from 291); Max value from RGB is 207 - color contains mainly: blue. Hex color #391BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391BCF is #C6E430. Grayscale: #373737. Windows color (decimal): -13034545 or 13572921. OLE color: 13572921.
HSL color Cylindrical-coordinate representation of color #391BCF: hue angle of 250º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391BCF is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 27 | 207 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.19 |
| HSL | 250º | 0.77% | 0.46% | - |
| HSV(B) | 250º | 0.87% | 0.81% | - |
| XYZ | 13.34 | 6.16 | 59.52 | - |
| YUV | 56.49 | 212.94 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 27 | 207 | 0.72 | 0.87 | 0 | 0.19 | 250 | 0.77 | 0.46 |
| Hex | 39 | 1B | CF | 48 | 57 | 0 | 13 | FA | 4D | 2E |
| Octal | 71 | 33 | 317 | 110 | 127 | 0 | 23 | 372 | 115 | 56 |
| Binary | 111001 | 11011 | 11001111 | 1001000 | 1010111 | 0 | 10011 | 11111010 | 1001101 | 101110 |
Color Harmonies of #391BCF
Complementary color
Monochromatic Colors of #391BCF
Black with #391BCF
Text Example
Text Example
White with #391BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391BCF; }
p { color: rgb(57,27,207); }
H1.HeaderClassName
{
color: #391BCF;
}
.AnyTagClassName
{
color: #391BCF;
}
</style>
background-color css
<style>
a { background-color: #391BCF; }
a { background-color: rgb(57,27,207); }
div.DivClassName
{
background-color: #391BCF;
}
.BgClassName
{
background-color: #391BCF;
}
</style>
border-color css
<style>
span { border-color: #391BCF; }
span { border-color: rgb(57,27,207); }
td.TdClassName
{
border-color: #391BCF;
}
.TagClassName
{
border-color: #391BCF;
}
</style>