Shades of Christalle #3A2456
Tints of Christalle #3A2456
RGB
CMYK
RGB Variations
Color information
#3A2456 (or 0x3A2456) is known color: Christalle. HEX triplet: 3A, 24 and 56. RGB value is (58,36,86). Sum of RGB (Red+Green+Blue) = 58+36+86=180 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.22% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #3A2456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2456 is #C5DBA9. Grayscale: #303030. Windows color (decimal): -12966826 or 5645370. OLE color: 5645370.
HSL color Cylindrical-coordinate representation of color #3A2456: hue angle of 266.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A2456 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 36 | 86 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.66 |
| HSL | 266.4º | 0.41% | 0.24% | - |
| HSV(B) | 266.4º | 0.58% | 0.34% | - |
| XYZ | 4.06 | 2.83 | 9.14 | - |
| YUV | 48.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 86 | 0.33 | 0.58 | 0 | 0.66 | 266.4 | 0.41 | 0.24 |
| Hex | 3A | 24 | 56 | 21 | 3A | 0 | 42 | 10A | 29 | 18 |
| Octal | 72 | 44 | 126 | 41 | 72 | 0 | 102 | 412 | 51 | 30 |
| Binary | 111010 | 100100 | 1010110 | 100001 | 111010 | 0 | 1000010 | 100001010 | 101001 | 11000 |
Color Harmonies of #3A2456
Complementary color
Monochromatic Colors of #3A2456
Black with #3A2456
Text Example
Text Example
White with #3A2456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2456; }
p { color: rgb(58,36,86); }
H1.HeaderClassName
{
color: #3A2456;
}
.AnyTagClassName
{
color: #3A2456;
}
</style>
background-color css
<style>
a { background-color: #3A2456; }
a { background-color: rgb(58,36,86); }
div.DivClassName
{
background-color: #3A2456;
}
.BgClassName
{
background-color: #3A2456;
}
</style>
border-color css
<style>
span { border-color: #3A2456; }
span { border-color: rgb(58,36,86); }
td.TdClassName
{
border-color: #3A2456;
}
.TagClassName
{
border-color: #3A2456;
}
</style>