Shades of Han Purple #3914E6
Tints of Han Purple #3914E6
RGB
CMYK
RGB Variations
Color information
#3914E6 (or 0x3914E6) is known color: Han Purple. HEX triplet: 39, 14 and E6. RGB value is (57,20,230). Sum of RGB (Red+Green+Blue) = 57+20+230=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 230 (90.23% from 255 or 74.92% from 307); Max value from RGB is 230 - color contains mainly: blue. Hex color #3914E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3914E6 is #C6EB19. Grayscale: #363636. Windows color (decimal): -13036314 or 15078457. OLE color: 15078457.
HSL color Cylindrical-coordinate representation of color #3914E6: hue angle of 250.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3914E6 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 57 | 20 | 230 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.10 |
| HSL | 250.57º | 0.84% | 0.49% | - |
| HSV(B) | 250.57º | 0.91% | 0.9% | - |
| XYZ | 16.22 | 7.08 | 75.38 | - |
| YUV | 55 | 226.76 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 230 | 0.75 | 0.91 | 0 | 0.10 | 250.57 | 0.84 | 0.49 |
| Hex | 39 | 14 | E6 | 4B | 5B | 0 | A | FB | 54 | 31 |
| Octal | 71 | 24 | 346 | 113 | 133 | 0 | 12 | 373 | 124 | 61 |
| Binary | 111001 | 10100 | 11100110 | 1001011 | 1011011 | 0 | 1010 | 11111011 | 1010100 | 110001 |
Color Harmonies of #3914E6
Complementary color
Monochromatic Colors of #3914E6
Black with #3914E6
Text Example
Text Example
White with #3914E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914E6; }
p { color: rgb(57,20,230); }
H1.HeaderClassName
{
color: #3914E6;
}
.AnyTagClassName
{
color: #3914E6;
}
</style>
background-color css
<style>
a { background-color: #3914E6; }
a { background-color: rgb(57,20,230); }
div.DivClassName
{
background-color: #3914E6;
}
.BgClassName
{
background-color: #3914E6;
}
</style>
border-color css
<style>
span { border-color: #3914E6; }
span { border-color: rgb(57,20,230); }
td.TdClassName
{
border-color: #3914E6;
}
.TagClassName
{
border-color: #3914E6;
}
</style>