Shades of Christalle #3A2064
Tints of Christalle #3A2064
RGB
CMYK
RGB Variations
Color information
#3A2064 (or 0x3A2064) is known color: Christalle. HEX triplet: 3A, 20 and 64. RGB value is (58,32,100). Sum of RGB (Red+Green+Blue) = 58+32+100=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 100 (39.45% from 255 or 52.63% from 190); Max value from RGB is 100 - color contains mainly: blue. Hex color #3A2064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2064 is #C5DF9B. Grayscale: #2F2F2F. Windows color (decimal): -12967836 or 6561850. OLE color: 6561850.
HSL color Cylindrical-coordinate representation of color #3A2064: hue angle of 262.94º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A2064 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 32 | 100 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.61 |
| HSL | 262.94º | 0.52% | 0.26% | - |
| HSV(B) | 262.94º | 0.68% | 0.39% | - |
| XYZ | 4.56 | 2.85 | 12.37 | - |
| YUV | 47.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 100 | 0.42 | 0.68 | 0 | 0.61 | 262.94 | 0.52 | 0.26 |
| Hex | 3A | 20 | 64 | 2A | 44 | 0 | 3D | 107 | 34 | 1A |
| Octal | 72 | 40 | 144 | 52 | 104 | 0 | 75 | 407 | 64 | 32 |
| Binary | 111010 | 100000 | 1100100 | 101010 | 1000100 | 0 | 111101 | 100000111 | 110100 | 11010 |
Color Harmonies of #3A2064
Complementary color
Monochromatic Colors of #3A2064
Black with #3A2064
Text Example
Text Example
White with #3A2064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2064; }
p { color: rgb(58,32,100); }
H1.HeaderClassName
{
color: #3A2064;
}
.AnyTagClassName
{
color: #3A2064;
}
</style>
background-color css
<style>
a { background-color: #3A2064; }
a { background-color: rgb(58,32,100); }
div.DivClassName
{
background-color: #3A2064;
}
.BgClassName
{
background-color: #3A2064;
}
</style>
border-color css
<style>
span { border-color: #3A2064; }
span { border-color: rgb(58,32,100); }
td.TdClassName
{
border-color: #3A2064;
}
.TagClassName
{
border-color: #3A2064;
}
</style>