Shades of Christalle #3E196A
Tints of Christalle #3E196A
RGB
CMYK
RGB Variations
Color information
#3E196A (or 0x3E196A) is known color: Christalle. HEX triplet: 3E, 19 and 6A. RGB value is (62,25,106). Sum of RGB (Red+Green+Blue) = 62+25+106=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #3E196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E196A is #C1E695. Grayscale: #2D2D2D. Windows color (decimal): -12707478 or 6953278. OLE color: 6953278.
HSL color Cylindrical-coordinate representation of color #3E196A: hue angle of 267.41º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E196A is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 62 | 25 | 106 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.58 |
| HSL | 267.41º | 0.62% | 0.26% | - |
| HSV(B) | 267.41º | 0.76% | 0.42% | - |
| XYZ | 4.94 | 2.76 | 13.91 | - |
| YUV | 45.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 106 | 0.42 | 0.76 | 0 | 0.58 | 267.41 | 0.62 | 0.26 |
| Hex | 3E | 19 | 6A | 2A | 4C | 0 | 3A | 10B | 3E | 1A |
| Octal | 76 | 31 | 152 | 52 | 114 | 0 | 72 | 413 | 76 | 32 |
| Binary | 111110 | 11001 | 1101010 | 101010 | 1001100 | 0 | 111010 | 100001011 | 111110 | 11010 |
Color Harmonies of #3E196A
Complementary color
Monochromatic Colors of #3E196A
Black with #3E196A
Text Example
Text Example
White with #3E196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E196A; }
p { color: rgb(62,25,106); }
H1.HeaderClassName
{
color: #3E196A;
}
.AnyTagClassName
{
color: #3E196A;
}
</style>
background-color css
<style>
a { background-color: #3E196A; }
a { background-color: rgb(62,25,106); }
div.DivClassName
{
background-color: #3E196A;
}
.BgClassName
{
background-color: #3E196A;
}
</style>
border-color css
<style>
span { border-color: #3E196A; }
span { border-color: rgb(62,25,106); }
td.TdClassName
{
border-color: #3E196A;
}
.TagClassName
{
border-color: #3E196A;
}
</style>