Shades of Han Purple #3814CE
Tints of Han Purple #3814CE
RGB
CMYK
RGB Variations
Color information
#3814CE (or 0x3814CE) is known color: Han Purple. HEX triplet: 38, 14 and CE. RGB value is (56,20,206). Sum of RGB (Red+Green+Blue) = 56+20+206=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #3814CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3814CE is #C7EB31. Grayscale: #333333. Windows color (decimal): -13101874 or 13505592. OLE color: 13505592.
HSL color Cylindrical-coordinate representation of color #3814CE: hue angle of 251.61º 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 #3814CE is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 56 | 20 | 206 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.19 |
| HSL | 251.61º | 0.82% | 0.44% | - |
| HSV(B) | 251.61º | 0.9% | 0.81% | - |
| XYZ | 13.02 | 5.8 | 58.83 | - |
| YUV | 51.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 206 | 0.73 | 0.90 | 0 | 0.19 | 251.61 | 0.82 | 0.44 |
| Hex | 38 | 14 | CE | 49 | 5A | 0 | 13 | FC | 52 | 2C |
| Octal | 70 | 24 | 316 | 111 | 132 | 0 | 23 | 374 | 122 | 54 |
| Binary | 111000 | 10100 | 11001110 | 1001001 | 1011010 | 0 | 10011 | 11111100 | 1010010 | 101100 |
Color Harmonies of #3814CE
Complementary color
Monochromatic Colors of #3814CE
Black with #3814CE
Text Example
Text Example
White with #3814CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3814CE; }
p { color: rgb(56,20,206); }
H1.HeaderClassName
{
color: #3814CE;
}
.AnyTagClassName
{
color: #3814CE;
}
</style>
background-color css
<style>
a { background-color: #3814CE; }
a { background-color: rgb(56,20,206); }
div.DivClassName
{
background-color: #3814CE;
}
.BgClassName
{
background-color: #3814CE;
}
</style>
border-color css
<style>
span { border-color: #3814CE; }
span { border-color: rgb(56,20,206); }
td.TdClassName
{
border-color: #3814CE;
}
.TagClassName
{
border-color: #3814CE;
}
</style>