Shades of Christalle #3A2963
Tints of Christalle #3A2963
RGB
CMYK
RGB Variations
Color information
#3A2963 (or 0x3A2963) is known color: Christalle. HEX triplet: 3A, 29 and 63. RGB value is (58,41,99). Sum of RGB (Red+Green+Blue) = 58+41+99=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A2963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2963 is #C5D69C. Grayscale: #343434. Windows color (decimal): -12965533 or 6498618. OLE color: 6498618.
HSL color Cylindrical-coordinate representation of color #3A2963: hue angle of 257.59º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A2963 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 41 | 99 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.61 |
| HSL | 257.59º | 0.41% | 0.27% | - |
| HSV(B) | 257.59º | 0.59% | 0.39% | - |
| XYZ | 4.79 | 3.39 | 12.21 | - |
| YUV | 52.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 99 | 0.41 | 0.59 | 0 | 0.61 | 257.59 | 0.41 | 0.27 |
| Hex | 3A | 29 | 63 | 29 | 3B | 0 | 3D | 102 | 29 | 1B |
| Octal | 72 | 51 | 143 | 51 | 73 | 0 | 75 | 402 | 51 | 33 |
| Binary | 111010 | 101001 | 1100011 | 101001 | 111011 | 0 | 111101 | 100000010 | 101001 | 11011 |
Color Harmonies of #3A2963
Complementary color
Monochromatic Colors of #3A2963
Black with #3A2963
Text Example
Text Example
White with #3A2963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2963; }
p { color: rgb(58,41,99); }
H1.HeaderClassName
{
color: #3A2963;
}
.AnyTagClassName
{
color: #3A2963;
}
</style>
background-color css
<style>
a { background-color: #3A2963; }
a { background-color: rgb(58,41,99); }
div.DivClassName
{
background-color: #3A2963;
}
.BgClassName
{
background-color: #3A2963;
}
</style>
border-color css
<style>
span { border-color: #3A2963; }
span { border-color: rgb(58,41,99); }
td.TdClassName
{
border-color: #3A2963;
}
.TagClassName
{
border-color: #3A2963;
}
</style>