Shades of Christalle #3A295E
Tints of Christalle #3A295E
RGB
CMYK
RGB Variations
Color information
#3A295E (or 0x3A295E) is known color: Christalle. HEX triplet: 3A, 29 and 5E. RGB value is (58,41,94). Sum of RGB (Red+Green+Blue) = 58+41+94=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A295E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A295E is #C5D6A1. Grayscale: #333333. Windows color (decimal): -12965538 or 6170938. OLE color: 6170938.
HSL color Cylindrical-coordinate representation of color #3A295E: hue angle of 259.25º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A295E is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 41 | 94 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.63 |
| HSL | 259.25º | 0.39% | 0.26% | - |
| HSV(B) | 259.25º | 0.56% | 0.37% | - |
| XYZ | 4.56 | 3.29 | 10.99 | - |
| YUV | 52.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 94 | 0.38 | 0.56 | 0 | 0.63 | 259.25 | 0.39 | 0.26 |
| Hex | 3A | 29 | 5E | 26 | 38 | 0 | 3F | 103 | 27 | 1A |
| Octal | 72 | 51 | 136 | 46 | 70 | 0 | 77 | 403 | 47 | 32 |
| Binary | 111010 | 101001 | 1011110 | 100110 | 111000 | 0 | 111111 | 100000011 | 100111 | 11010 |
Color Harmonies of #3A295E
Complementary color
Monochromatic Colors of #3A295E
Black with #3A295E
Text Example
Text Example
White with #3A295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A295E; }
p { color: rgb(58,41,94); }
H1.HeaderClassName
{
color: #3A295E;
}
.AnyTagClassName
{
color: #3A295E;
}
</style>
background-color css
<style>
a { background-color: #3A295E; }
a { background-color: rgb(58,41,94); }
div.DivClassName
{
background-color: #3A295E;
}
.BgClassName
{
background-color: #3A295E;
}
</style>
border-color css
<style>
span { border-color: #3A295E; }
span { border-color: rgb(58,41,94); }
td.TdClassName
{
border-color: #3A295E;
}
.TagClassName
{
border-color: #3A295E;
}
</style>