Shades of Han Purple #3915EA
Tints of Han Purple #3915EA
RGB
CMYK
RGB Variations
Color information
#3915EA (or 0x3915EA) is known color: Han Purple. HEX triplet: 39, 15 and EA. RGB value is (57,21,234). Sum of RGB (Red+Green+Blue) = 57+21+234=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #3915EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3915EA is #C6EA15. Grayscale: #373737. Windows color (decimal): -13036054 or 15340857. OLE color: 15340857.
HSL color Cylindrical-coordinate representation of color #3915EA: hue angle of 250.14º degrees, saturation: 0.84, 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 #3915EA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 57 | 21 | 234 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.08 |
| HSL | 250.14º | 0.84% | 0.5% | - |
| HSV(B) | 250.14º | 0.91% | 0.92% | - |
| XYZ | 16.81 | 7.35 | 78.37 | - |
| YUV | 56.05 | 228.43 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 234 | 0.76 | 0.91 | 0 | 0.08 | 250.14 | 0.84 | 0.5 |
| Hex | 39 | 15 | EA | 4C | 5B | 0 | 8 | FA | 54 | 32 |
| Octal | 71 | 25 | 352 | 114 | 133 | 0 | 10 | 372 | 124 | 62 |
| Binary | 111001 | 10101 | 11101010 | 1001100 | 1011011 | 0 | 1000 | 11111010 | 1010100 | 110010 |
Color Harmonies of #3915EA
Complementary color
Monochromatic Colors of #3915EA
Black with #3915EA
Text Example
Text Example
White with #3915EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915EA; }
p { color: rgb(57,21,234); }
H1.HeaderClassName
{
color: #3915EA;
}
.AnyTagClassName
{
color: #3915EA;
}
</style>
background-color css
<style>
a { background-color: #3915EA; }
a { background-color: rgb(57,21,234); }
div.DivClassName
{
background-color: #3915EA;
}
.BgClassName
{
background-color: #3915EA;
}
</style>
border-color css
<style>
span { border-color: #3915EA; }
span { border-color: rgb(57,21,234); }
td.TdClassName
{
border-color: #3915EA;
}
.TagClassName
{
border-color: #3915EA;
}
</style>