Shades of Christalle #3E1F58
Tints of Christalle #3E1F58
RGB
CMYK
RGB Variations
Color information
#3E1F58 (or 0x3E1F58) is known color: Christalle. HEX triplet: 3E, 1F and 58. RGB value is (62,31,88). Sum of RGB (Red+Green+Blue) = 62+31+88=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E1F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1F58 is #C1E0A7. Grayscale: #2E2E2E. Windows color (decimal): -12705960 or 5775166. OLE color: 5775166.
HSL color Cylindrical-coordinate representation of color #3E1F58: hue angle of 272.63º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1F58 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 31 | 88 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.65 |
| HSL | 272.63º | 0.48% | 0.23% | - |
| HSV(B) | 272.63º | 0.65% | 0.35% | - |
| XYZ | 4.24 | 2.71 | 9.53 | - |
| YUV | 46.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 88 | 0.30 | 0.65 | 0 | 0.65 | 272.63 | 0.48 | 0.23 |
| Hex | 3E | 1F | 58 | 1E | 41 | 0 | 41 | 111 | 30 | 17 |
| Octal | 76 | 37 | 130 | 36 | 101 | 0 | 101 | 421 | 60 | 27 |
| Binary | 111110 | 11111 | 1011000 | 11110 | 1000001 | 0 | 1000001 | 100010001 | 110000 | 10111 |
Color Harmonies of #3E1F58
Complementary color
Monochromatic Colors of #3E1F58
Black with #3E1F58
Text Example
Text Example
White with #3E1F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F58; }
p { color: rgb(62,31,88); }
H1.HeaderClassName
{
color: #3E1F58;
}
.AnyTagClassName
{
color: #3E1F58;
}
</style>
background-color css
<style>
a { background-color: #3E1F58; }
a { background-color: rgb(62,31,88); }
div.DivClassName
{
background-color: #3E1F58;
}
.BgClassName
{
background-color: #3E1F58;
}
</style>
border-color css
<style>
span { border-color: #3E1F58; }
span { border-color: rgb(62,31,88); }
td.TdClassName
{
border-color: #3E1F58;
}
.TagClassName
{
border-color: #3E1F58;
}
</style>