Shades of Han Purple #3E19D5
Tints of Han Purple #3E19D5
RGB
CMYK
RGB Variations
Color information
#3E19D5 (or 0x3E19D5) is known color: Han Purple. HEX triplet: 3E, 19 and D5. RGB value is (62,25,213). Sum of RGB (Red+Green+Blue) = 62+25+213=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 213 (83.59% from 255 or 71% from 300); Max value from RGB is 213 - color contains mainly: blue. Hex color #3E19D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E19D5 is #C1E62A. Grayscale: #383838. Windows color (decimal): -12707371 or 13965630. OLE color: 13965630.
HSL color Cylindrical-coordinate representation of color #3E19D5: hue angle of 251.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E19D5 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 25 | 213 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.16 |
| HSL | 251.81º | 0.79% | 0.47% | - |
| HSV(B) | 251.81º | 0.88% | 0.84% | - |
| XYZ | 14.34 | 6.52 | 63.45 | - |
| YUV | 57.5 | 215.76 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 213 | 0.71 | 0.88 | 0 | 0.16 | 251.81 | 0.79 | 0.47 |
| Hex | 3E | 19 | D5 | 47 | 58 | 0 | 10 | FC | 4F | 2F |
| Octal | 76 | 31 | 325 | 107 | 130 | 0 | 20 | 374 | 117 | 57 |
| Binary | 111110 | 11001 | 11010101 | 1000111 | 1011000 | 0 | 10000 | 11111100 | 1001111 | 101111 |
Color Harmonies of #3E19D5
Complementary color
Monochromatic Colors of #3E19D5
Black with #3E19D5
Text Example
Text Example
White with #3E19D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E19D5; }
p { color: rgb(62,25,213); }
H1.HeaderClassName
{
color: #3E19D5;
}
.AnyTagClassName
{
color: #3E19D5;
}
</style>
background-color css
<style>
a { background-color: #3E19D5; }
a { background-color: rgb(62,25,213); }
div.DivClassName
{
background-color: #3E19D5;
}
.BgClassName
{
background-color: #3E19D5;
}
</style>
border-color css
<style>
span { border-color: #3E19D5; }
span { border-color: rgb(62,25,213); }
td.TdClassName
{
border-color: #3E19D5;
}
.TagClassName
{
border-color: #3E19D5;
}
</style>