Shades of Han Purple #3B19EA
Tints of Han Purple #3B19EA
RGB
CMYK
RGB Variations
Color information
#3B19EA (or 0x3B19EA) is known color: Han Purple. HEX triplet: 3B, 19 and EA. RGB value is (59,25,234). Sum of RGB (Red+Green+Blue) = 59+25+234=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #3B19EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B19EA is #C4E615. Grayscale: #3A3A3A. Windows color (decimal): -12903958 or 15341883. OLE color: 15341883.
HSL color Cylindrical-coordinate representation of color #3B19EA: hue angle of 249.76º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B19EA is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 59 | 25 | 234 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.08 |
| HSL | 249.76º | 0.83% | 0.51% | - |
| HSV(B) | 249.76º | 0.89% | 0.92% | - |
| XYZ | 17 | 7.57 | 78.41 | - |
| YUV | 58.99 | 226.76 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 234 | 0.75 | 0.89 | 0 | 0.08 | 249.76 | 0.83 | 0.51 |
| Hex | 3B | 19 | EA | 4B | 59 | 0 | 8 | FA | 53 | 33 |
| Octal | 73 | 31 | 352 | 113 | 131 | 0 | 10 | 372 | 123 | 63 |
| Binary | 111011 | 11001 | 11101010 | 1001011 | 1011001 | 0 | 1000 | 11111010 | 1010011 | 110011 |
Color Harmonies of #3B19EA
Complementary color
Monochromatic Colors of #3B19EA
Black with #3B19EA
Text Example
Text Example
White with #3B19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B19EA; }
p { color: rgb(59,25,234); }
H1.HeaderClassName
{
color: #3B19EA;
}
.AnyTagClassName
{
color: #3B19EA;
}
</style>
background-color css
<style>
a { background-color: #3B19EA; }
a { background-color: rgb(59,25,234); }
div.DivClassName
{
background-color: #3B19EA;
}
.BgClassName
{
background-color: #3B19EA;
}
</style>
border-color css
<style>
span { border-color: #3B19EA; }
span { border-color: rgb(59,25,234); }
td.TdClassName
{
border-color: #3B19EA;
}
.TagClassName
{
border-color: #3B19EA;
}
</style>