Shades of Christalle #3A1555
Tints of Christalle #3A1555
RGB
CMYK
RGB Variations
Color information
#3A1555 (or 0x3A1555) is known color: Christalle. HEX triplet: 3A, 15 and 55. RGB value is (58,21,85). Sum of RGB (Red+Green+Blue) = 58+21+85=164 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.37% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A1555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1555 is #C5EAAA. Grayscale: #272727. Windows color (decimal): -12970667 or 5575994. OLE color: 5575994.
HSL color Cylindrical-coordinate representation of color #3A1555: hue angle of 274.69º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1555 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 21 | 85 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.67 |
| HSL | 274.69º | 0.6% | 0.21% | - |
| HSV(B) | 274.69º | 0.75% | 0.33% | - |
| XYZ | 3.65 | 2.09 | 8.81 | - |
| YUV | 39.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 85 | 0.32 | 0.75 | 0 | 0.67 | 274.69 | 0.6 | 0.21 |
| Hex | 3A | 15 | 55 | 20 | 4B | 0 | 43 | 113 | 3C | 15 |
| Octal | 72 | 25 | 125 | 40 | 113 | 0 | 103 | 423 | 74 | 25 |
| Binary | 111010 | 10101 | 1010101 | 100000 | 1001011 | 0 | 1000011 | 100010011 | 111100 | 10101 |
Color Harmonies of #3A1555
Complementary color
Monochromatic Colors of #3A1555
Black with #3A1555
Text Example
Text Example
White with #3A1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1555; }
p { color: rgb(58,21,85); }
H1.HeaderClassName
{
color: #3A1555;
}
.AnyTagClassName
{
color: #3A1555;
}
</style>
background-color css
<style>
a { background-color: #3A1555; }
a { background-color: rgb(58,21,85); }
div.DivClassName
{
background-color: #3A1555;
}
.BgClassName
{
background-color: #3A1555;
}
</style>
border-color css
<style>
span { border-color: #3A1555; }
span { border-color: rgb(58,21,85); }
td.TdClassName
{
border-color: #3A1555;
}
.TagClassName
{
border-color: #3A1555;
}
</style>