Shades of Christalle #3E1259
Tints of Christalle #3E1259
RGB
CMYK
RGB Variations
Color information
#3E1259 (or 0x3E1259) is known color: Christalle. HEX triplet: 3E, 12 and 59. RGB value is (62,18,89). Sum of RGB (Red+Green+Blue) = 62+18+89=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E1259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E1259 is #C1EDA6. Grayscale: #272727. Windows color (decimal): -12709287 or 5837374. OLE color: 5837374.
HSL color Cylindrical-coordinate representation of color #3E1259: hue angle of 277.18º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E1259 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 18 | 89 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.65 |
| HSL | 277.18º | 0.66% | 0.21% | - |
| HSV(B) | 277.18º | 0.8% | 0.35% | - |
| XYZ | 4.01 | 2.18 | 9.66 | - |
| YUV | 39.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 89 | 0.30 | 0.80 | 0 | 0.65 | 277.18 | 0.66 | 0.21 |
| Hex | 3E | 12 | 59 | 1E | 50 | 0 | 41 | 115 | 42 | 15 |
| Octal | 76 | 22 | 131 | 36 | 120 | 0 | 101 | 425 | 102 | 25 |
| Binary | 111110 | 10010 | 1011001 | 11110 | 1010000 | 0 | 1000001 | 100010101 | 1000010 | 10101 |
Color Harmonies of #3E1259
Complementary color
Monochromatic Colors of #3E1259
Black with #3E1259
Text Example
Text Example
White with #3E1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1259; }
p { color: rgb(62,18,89); }
H1.HeaderClassName
{
color: #3E1259;
}
.AnyTagClassName
{
color: #3E1259;
}
</style>
background-color css
<style>
a { background-color: #3E1259; }
a { background-color: rgb(62,18,89); }
div.DivClassName
{
background-color: #3E1259;
}
.BgClassName
{
background-color: #3E1259;
}
</style>
border-color css
<style>
span { border-color: #3E1259; }
span { border-color: rgb(62,18,89); }
td.TdClassName
{
border-color: #3E1259;
}
.TagClassName
{
border-color: #3E1259;
}
</style>