Shades of Christalle #3E1D58
Tints of Christalle #3E1D58
RGB
CMYK
RGB Variations
Color information
#3E1D58 (or 0x3E1D58) is known color: Christalle. HEX triplet: 3E, 1D and 58. RGB value is (62,29,88). Sum of RGB (Red+Green+Blue) = 62+29+88=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E1D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1D58 is #C1E2A7. Grayscale: #2D2D2D. Windows color (decimal): -12706472 or 5774654. OLE color: 5774654.
HSL color Cylindrical-coordinate representation of color #3E1D58: hue angle of 273.56º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E1D58 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 29 | 88 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.65 |
| HSL | 273.56º | 0.5% | 0.23% | - |
| HSV(B) | 273.56º | 0.67% | 0.35% | - |
| XYZ | 4.19 | 2.61 | 9.52 | - |
| YUV | 45.59 | 151.93 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 88 | 0.30 | 0.67 | 0 | 0.65 | 273.56 | 0.5 | 0.23 |
| Hex | 3E | 1D | 58 | 1E | 43 | 0 | 41 | 112 | 32 | 17 |
| Octal | 76 | 35 | 130 | 36 | 103 | 0 | 101 | 422 | 62 | 27 |
| Binary | 111110 | 11101 | 1011000 | 11110 | 1000011 | 0 | 1000001 | 100010010 | 110010 | 10111 |
Color Harmonies of #3E1D58
Complementary color
Monochromatic Colors of #3E1D58
Black with #3E1D58
Text Example
Text Example
White with #3E1D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1D58; }
p { color: rgb(62,29,88); }
H1.HeaderClassName
{
color: #3E1D58;
}
.AnyTagClassName
{
color: #3E1D58;
}
</style>
background-color css
<style>
a { background-color: #3E1D58; }
a { background-color: rgb(62,29,88); }
div.DivClassName
{
background-color: #3E1D58;
}
.BgClassName
{
background-color: #3E1D58;
}
</style>
border-color css
<style>
span { border-color: #3E1D58; }
span { border-color: rgb(62,29,88); }
td.TdClassName
{
border-color: #3E1D58;
}
.TagClassName
{
border-color: #3E1D58;
}
</style>