Shades of Han Purple #3916EA
Tints of Han Purple #3916EA
RGB
CMYK
RGB Variations
Color information
#3916EA (or 0x3916EA) is known color: Han Purple. HEX triplet: 39, 16 and EA. RGB value is (57,22,234). Sum of RGB (Red+Green+Blue) = 57+22+234=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #3916EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3916EA is #C6E915. Grayscale: #373737. Windows color (decimal): -13035798 or 15341113. OLE color: 15341113.
HSL color Cylindrical-coordinate representation of color #3916EA: hue angle of 249.91º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3916EA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 22 | 234 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.08 |
| HSL | 249.91º | 0.83% | 0.5% | - |
| HSV(B) | 249.91º | 0.91% | 0.92% | - |
| XYZ | 16.83 | 7.38 | 78.38 | - |
| YUV | 56.63 | 228.1 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 22 | 234 | 0.76 | 0.91 | 0 | 0.08 | 249.91 | 0.83 | 0.5 |
| Hex | 39 | 16 | EA | 4C | 5B | 0 | 8 | FA | 53 | 32 |
| Octal | 71 | 26 | 352 | 114 | 133 | 0 | 10 | 372 | 123 | 62 |
| Binary | 111001 | 10110 | 11101010 | 1001100 | 1011011 | 0 | 1000 | 11111010 | 1010011 | 110010 |
Color Harmonies of #3916EA
Complementary color
Monochromatic Colors of #3916EA
Black with #3916EA
Text Example
Text Example
White with #3916EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3916EA; }
p { color: rgb(57,22,234); }
H1.HeaderClassName
{
color: #3916EA;
}
.AnyTagClassName
{
color: #3916EA;
}
</style>
background-color css
<style>
a { background-color: #3916EA; }
a { background-color: rgb(57,22,234); }
div.DivClassName
{
background-color: #3916EA;
}
.BgClassName
{
background-color: #3916EA;
}
</style>
border-color css
<style>
span { border-color: #3916EA; }
span { border-color: rgb(57,22,234); }
td.TdClassName
{
border-color: #3916EA;
}
.TagClassName
{
border-color: #3916EA;
}
</style>