Shades of Han Purple #3614CE
Tints of Han Purple #3614CE
RGB
CMYK
RGB Variations
Color information
#3614CE (or 0x3614CE) is known color: Han Purple. HEX triplet: 36, 14 and CE. RGB value is (54,20,206). Sum of RGB (Red+Green+Blue) = 54+20+206=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 206 (80.86% from 255 or 73.57% from 280); Max value from RGB is 206 - color contains mainly: blue. Hex color #3614CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3614CE is #C9EB31. Grayscale: #323232. Windows color (decimal): -13232946 or 13505590. OLE color: 13505590.
HSL color Cylindrical-coordinate representation of color #3614CE: hue angle of 250.97º 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 #3614CE is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 20 | 206 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.19 |
| HSL | 250.97º | 0.82% | 0.44% | - |
| HSV(B) | 250.97º | 0.9% | 0.81% | - |
| XYZ | 12.91 | 5.74 | 58.82 | - |
| YUV | 51.37 | 215.26 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 206 | 0.74 | 0.90 | 0 | 0.19 | 250.97 | 0.82 | 0.44 |
| Hex | 36 | 14 | CE | 4A | 5A | 0 | 13 | FB | 52 | 2C |
| Octal | 66 | 24 | 316 | 112 | 132 | 0 | 23 | 373 | 122 | 54 |
| Binary | 110110 | 10100 | 11001110 | 1001010 | 1011010 | 0 | 10011 | 11111011 | 1010010 | 101100 |
Color Harmonies of #3614CE
Complementary color
Monochromatic Colors of #3614CE
Black with #3614CE
Text Example
Text Example
White with #3614CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3614CE; }
p { color: rgb(54,20,206); }
H1.HeaderClassName
{
color: #3614CE;
}
.AnyTagClassName
{
color: #3614CE;
}
</style>
background-color css
<style>
a { background-color: #3614CE; }
a { background-color: rgb(54,20,206); }
div.DivClassName
{
background-color: #3614CE;
}
.BgClassName
{
background-color: #3614CE;
}
</style>
border-color css
<style>
span { border-color: #3614CE; }
span { border-color: rgb(54,20,206); }
td.TdClassName
{
border-color: #3614CE;
}
.TagClassName
{
border-color: #3614CE;
}
</style>