Shades of Christalle #3A2069
Tints of Christalle #3A2069
RGB
CMYK
RGB Variations
Color information
#3A2069 (or 0x3A2069) is known color: Christalle. HEX triplet: 3A, 20 and 69. RGB value is (58,32,105). Sum of RGB (Red+Green+Blue) = 58+32+105=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A2069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2069 is #C5DF96. Grayscale: #2F2F2F. Windows color (decimal): -12967831 or 6889530. OLE color: 6889530.
HSL color Cylindrical-coordinate representation of color #3A2069: hue angle of 261.37º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2069 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 32 | 105 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.59 |
| HSL | 261.37º | 0.53% | 0.27% | - |
| HSV(B) | 261.37º | 0.7% | 0.41% | - |
| XYZ | 4.81 | 2.95 | 13.68 | - |
| YUV | 48.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 105 | 0.45 | 0.70 | 0 | 0.59 | 261.37 | 0.53 | 0.27 |
| Hex | 3A | 20 | 69 | 2D | 46 | 0 | 3B | 105 | 35 | 1B |
| Octal | 72 | 40 | 151 | 55 | 106 | 0 | 73 | 405 | 65 | 33 |
| Binary | 111010 | 100000 | 1101001 | 101101 | 1000110 | 0 | 111011 | 100000101 | 110101 | 11011 |
Color Harmonies of #3A2069
Complementary color
Monochromatic Colors of #3A2069
Black with #3A2069
Text Example
Text Example
White with #3A2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2069; }
p { color: rgb(58,32,105); }
H1.HeaderClassName
{
color: #3A2069;
}
.AnyTagClassName
{
color: #3A2069;
}
</style>
background-color css
<style>
a { background-color: #3A2069; }
a { background-color: rgb(58,32,105); }
div.DivClassName
{
background-color: #3A2069;
}
.BgClassName
{
background-color: #3A2069;
}
</style>
border-color css
<style>
span { border-color: #3A2069; }
span { border-color: rgb(58,32,105); }
td.TdClassName
{
border-color: #3A2069;
}
.TagClassName
{
border-color: #3A2069;
}
</style>