Shades of Christalle #3E1460
Tints of Christalle #3E1460
RGB
CMYK
RGB Variations
Color information
#3E1460 (or 0x3E1460) is known color: Christalle. HEX triplet: 3E, 14 and 60. RGB value is (62,20,96). Sum of RGB (Red+Green+Blue) = 62+20+96=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E1460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1460 is #C1EB9F. Grayscale: #282828. Windows color (decimal): -12708768 or 6296638. OLE color: 6296638.
HSL color Cylindrical-coordinate representation of color #3E1460: hue angle of 273.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E1460 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 62 | 20 | 96 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.62 |
| HSL | 273.16º | 0.66% | 0.23% | - |
| HSV(B) | 273.16º | 0.79% | 0.38% | - |
| XYZ | 4.35 | 2.37 | 11.29 | - |
| YUV | 41.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 96 | 0.35 | 0.79 | 0 | 0.62 | 273.16 | 0.66 | 0.23 |
| Hex | 3E | 14 | 60 | 23 | 4F | 0 | 3E | 111 | 42 | 17 |
| Octal | 76 | 24 | 140 | 43 | 117 | 0 | 76 | 421 | 102 | 27 |
| Binary | 111110 | 10100 | 1100000 | 100011 | 1001111 | 0 | 111110 | 100010001 | 1000010 | 10111 |
Color Harmonies of #3E1460
Complementary color
Monochromatic Colors of #3E1460
Black with #3E1460
Text Example
Text Example
White with #3E1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1460; }
p { color: rgb(62,20,96); }
H1.HeaderClassName
{
color: #3E1460;
}
.AnyTagClassName
{
color: #3E1460;
}
</style>
background-color css
<style>
a { background-color: #3E1460; }
a { background-color: rgb(62,20,96); }
div.DivClassName
{
background-color: #3E1460;
}
.BgClassName
{
background-color: #3E1460;
}
</style>
border-color css
<style>
span { border-color: #3E1460; }
span { border-color: rgb(62,20,96); }
td.TdClassName
{
border-color: #3E1460;
}
.TagClassName
{
border-color: #3E1460;
}
</style>