Shades of Han Purple #3915ED
Tints of Han Purple #3915ED
RGB
CMYK
RGB Variations
Color information
#3915ED (or 0x3915ED) is known color: Han Purple. HEX triplet: 39, 15 and ED. RGB value is (57,21,237). Sum of RGB (Red+Green+Blue) = 57+21+237=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #3915ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3915ED is #C6EA12. Grayscale: #373737. Windows color (decimal): -13036051 or 15537465. OLE color: 15537465.
HSL color Cylindrical-coordinate representation of color #3915ED: hue angle of 250º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3915ED is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 21 | 237 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.07 |
| HSL | 250º | 0.86% | 0.51% | - |
| HSV(B) | 250º | 0.91% | 0.93% | - |
| XYZ | 17.24 | 7.52 | 80.66 | - |
| YUV | 56.39 | 229.93 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 21 | 237 | 0.76 | 0.91 | 0 | 0.07 | 250 | 0.86 | 0.51 |
| Hex | 39 | 15 | ED | 4C | 5B | 0 | 7 | FA | 56 | 33 |
| Octal | 71 | 25 | 355 | 114 | 133 | 0 | 7 | 372 | 126 | 63 |
| Binary | 111001 | 10101 | 11101101 | 1001100 | 1011011 | 0 | 111 | 11111010 | 1010110 | 110011 |
Color Harmonies of #3915ED
Complementary color
Monochromatic Colors of #3915ED
Black with #3915ED
Text Example
Text Example
White with #3915ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3915ED; }
p { color: rgb(57,21,237); }
H1.HeaderClassName
{
color: #3915ED;
}
.AnyTagClassName
{
color: #3915ED;
}
</style>
background-color css
<style>
a { background-color: #3915ED; }
a { background-color: rgb(57,21,237); }
div.DivClassName
{
background-color: #3915ED;
}
.BgClassName
{
background-color: #3915ED;
}
</style>
border-color css
<style>
span { border-color: #3915ED; }
span { border-color: rgb(57,21,237); }
td.TdClassName
{
border-color: #3915ED;
}
.TagClassName
{
border-color: #3915ED;
}
</style>