Shades of Han Purple #3914CE
Tints of Han Purple #3914CE
RGB
CMYK
RGB Variations
Color information
#3914CE (or 0x3914CE) is known color: Han Purple. HEX triplet: 39, 14 and CE. RGB value is (57,20,206). Sum of RGB (Red+Green+Blue) = 57+20+206=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #3914CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3914CE is #C6EB31. Grayscale: #333333. Windows color (decimal): -13036338 or 13505593. OLE color: 13505593.
HSL color Cylindrical-coordinate representation of color #3914CE: hue angle of 251.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3914CE is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 20 | 206 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.19 |
| HSL | 251.94º | 0.82% | 0.44% | - |
| HSV(B) | 251.94º | 0.9% | 0.81% | - |
| XYZ | 13.08 | 5.83 | 58.83 | - |
| YUV | 52.27 | 214.76 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 206 | 0.72 | 0.90 | 0 | 0.19 | 251.94 | 0.82 | 0.44 |
| Hex | 39 | 14 | CE | 48 | 5A | 0 | 13 | FC | 52 | 2C |
| Octal | 71 | 24 | 316 | 110 | 132 | 0 | 23 | 374 | 122 | 54 |
| Binary | 111001 | 10100 | 11001110 | 1001000 | 1011010 | 0 | 10011 | 11111100 | 1010010 | 101100 |
Color Harmonies of #3914CE
Complementary color
Monochromatic Colors of #3914CE
Black with #3914CE
Text Example
Text Example
White with #3914CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914CE; }
p { color: rgb(57,20,206); }
H1.HeaderClassName
{
color: #3914CE;
}
.AnyTagClassName
{
color: #3914CE;
}
</style>
background-color css
<style>
a { background-color: #3914CE; }
a { background-color: rgb(57,20,206); }
div.DivClassName
{
background-color: #3914CE;
}
.BgClassName
{
background-color: #3914CE;
}
</style>
border-color css
<style>
span { border-color: #3914CE; }
span { border-color: rgb(57,20,206); }
td.TdClassName
{
border-color: #3914CE;
}
.TagClassName
{
border-color: #3914CE;
}
</style>