Shades of Han Purple #391ACE
Tints of Han Purple #391ACE
RGB
CMYK
RGB Variations
Color information
#391ACE (or 0x391ACE) is known color: Han Purple. HEX triplet: 39, 1A and CE. RGB value is (57,26,206). Sum of RGB (Red+Green+Blue) = 57+26+206=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #391ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ACE is #C6E531. Grayscale: #373737. Windows color (decimal): -13034802 or 13507129. OLE color: 13507129.
HSL color Cylindrical-coordinate representation of color #391ACE: hue angle of 250.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391ACE is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 26 | 206 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.19 |
| HSL | 250.33º | 0.78% | 0.45% | - |
| HSV(B) | 250.33º | 0.87% | 0.81% | - |
| XYZ | 13.2 | 6.06 | 58.87 | - |
| YUV | 55.79 | 212.77 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 206 | 0.72 | 0.87 | 0 | 0.19 | 250.33 | 0.78 | 0.45 |
| Hex | 39 | 1A | CE | 48 | 57 | 0 | 13 | FA | 4E | 2D |
| Octal | 71 | 32 | 316 | 110 | 127 | 0 | 23 | 372 | 116 | 55 |
| Binary | 111001 | 11010 | 11001110 | 1001000 | 1010111 | 0 | 10011 | 11111010 | 1001110 | 101101 |
Color Harmonies of #391ACE
Complementary color
Monochromatic Colors of #391ACE
Black with #391ACE
Text Example
Text Example
White with #391ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391ACE; }
p { color: rgb(57,26,206); }
H1.HeaderClassName
{
color: #391ACE;
}
.AnyTagClassName
{
color: #391ACE;
}
</style>
background-color css
<style>
a { background-color: #391ACE; }
a { background-color: rgb(57,26,206); }
div.DivClassName
{
background-color: #391ACE;
}
.BgClassName
{
background-color: #391ACE;
}
</style>
border-color css
<style>
span { border-color: #391ACE; }
span { border-color: rgb(57,26,206); }
td.TdClassName
{
border-color: #391ACE;
}
.TagClassName
{
border-color: #391ACE;
}
</style>