Shades of Han Purple #391AD2
Tints of Han Purple #391AD2
RGB
CMYK
RGB Variations
Color information
#391AD2 (or 0x391AD2) is known color: Han Purple. HEX triplet: 39, 1A and D2. RGB value is (57,26,210). Sum of RGB (Red+Green+Blue) = 57+26+210=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 210 (82.42% from 255 or 71.67% from 293); Max value from RGB is 210 - color contains mainly: blue. Hex color #391AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391AD2 is #C6E52D. Grayscale: #373737. Windows color (decimal): -13034798 or 13769273. OLE color: 13769273.
HSL color Cylindrical-coordinate representation of color #391AD2: hue angle of 250.11º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #391AD2 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 26 | 210 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.18 |
| HSL | 250.11º | 0.78% | 0.46% | - |
| HSV(B) | 250.11º | 0.88% | 0.82% | - |
| XYZ | 13.69 | 6.26 | 61.46 | - |
| YUV | 56.25 | 214.77 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 210 | 0.73 | 0.88 | 0 | 0.18 | 250.11 | 0.78 | 0.46 |
| Hex | 39 | 1A | D2 | 49 | 58 | 0 | 12 | FA | 4E | 2E |
| Octal | 71 | 32 | 322 | 111 | 130 | 0 | 22 | 372 | 116 | 56 |
| Binary | 111001 | 11010 | 11010010 | 1001001 | 1011000 | 0 | 10010 | 11111010 | 1001110 | 101110 |
Color Harmonies of #391AD2
Complementary color
Monochromatic Colors of #391AD2
Black with #391AD2
Text Example
Text Example
White with #391AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391AD2; }
p { color: rgb(57,26,210); }
H1.HeaderClassName
{
color: #391AD2;
}
.AnyTagClassName
{
color: #391AD2;
}
</style>
background-color css
<style>
a { background-color: #391AD2; }
a { background-color: rgb(57,26,210); }
div.DivClassName
{
background-color: #391AD2;
}
.BgClassName
{
background-color: #391AD2;
}
</style>
border-color css
<style>
span { border-color: #391AD2; }
span { border-color: rgb(57,26,210); }
td.TdClassName
{
border-color: #391AD2;
}
.TagClassName
{
border-color: #391AD2;
}
</style>