Shades of Christalle #3E185A
Tints of Christalle #3E185A
RGB
CMYK
RGB Variations
Color information
#3E185A (or 0x3E185A) is known color: Christalle. HEX triplet: 3E, 18 and 5A. RGB value is (62,24,90). Sum of RGB (Red+Green+Blue) = 62+24+90=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E185A is #C1E7A5. Grayscale: #2A2A2A. Windows color (decimal): -12707750 or 5904446. OLE color: 5904446.
HSL color Cylindrical-coordinate representation of color #3E185A: hue angle of 274.55º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E185A is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 24 | 90 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.65 |
| HSL | 274.55º | 0.58% | 0.22% | - |
| HSV(B) | 274.55º | 0.73% | 0.35% | - |
| XYZ | 4.16 | 2.42 | 9.92 | - |
| YUV | 42.89 | 154.59 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 90 | 0.31 | 0.73 | 0 | 0.65 | 274.55 | 0.58 | 0.22 |
| Hex | 3E | 18 | 5A | 1F | 49 | 0 | 41 | 113 | 3A | 16 |
| Octal | 76 | 30 | 132 | 37 | 111 | 0 | 101 | 423 | 72 | 26 |
| Binary | 111110 | 11000 | 1011010 | 11111 | 1001001 | 0 | 1000001 | 100010011 | 111010 | 10110 |
Color Harmonies of #3E185A
Complementary color
Monochromatic Colors of #3E185A
Black with #3E185A
Text Example
Text Example
White with #3E185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E185A; }
p { color: rgb(62,24,90); }
H1.HeaderClassName
{
color: #3E185A;
}
.AnyTagClassName
{
color: #3E185A;
}
</style>
background-color css
<style>
a { background-color: #3E185A; }
a { background-color: rgb(62,24,90); }
div.DivClassName
{
background-color: #3E185A;
}
.BgClassName
{
background-color: #3E185A;
}
</style>
border-color css
<style>
span { border-color: #3E185A; }
span { border-color: rgb(62,24,90); }
td.TdClassName
{
border-color: #3E185A;
}
.TagClassName
{
border-color: #3E185A;
}
</style>