Shades of Christalle #3A1755
Tints of Christalle #3A1755
RGB
CMYK
RGB Variations
Color information
#3A1755 (or 0x3A1755) is known color: Christalle. HEX triplet: 3A, 17 and 55. RGB value is (58,23,85). Sum of RGB (Red+Green+Blue) = 58+23+85=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A1755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1755 is #C5E8AA. Grayscale: #282828. Windows color (decimal): -12970155 or 5576506. OLE color: 5576506.
HSL color Cylindrical-coordinate representation of color #3A1755: hue angle of 273.87º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A1755 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 23 | 85 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.67 |
| HSL | 273.87º | 0.57% | 0.21% | - |
| HSV(B) | 273.87º | 0.73% | 0.33% | - |
| XYZ | 3.69 | 2.17 | 8.82 | - |
| YUV | 40.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 85 | 0.32 | 0.73 | 0 | 0.67 | 273.87 | 0.57 | 0.21 |
| Hex | 3A | 17 | 55 | 20 | 49 | 0 | 43 | 112 | 39 | 15 |
| Octal | 72 | 27 | 125 | 40 | 111 | 0 | 103 | 422 | 71 | 25 |
| Binary | 111010 | 10111 | 1010101 | 100000 | 1001001 | 0 | 1000011 | 100010010 | 111001 | 10101 |
Color Harmonies of #3A1755
Complementary color
Monochromatic Colors of #3A1755
Black with #3A1755
Text Example
Text Example
White with #3A1755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1755; }
p { color: rgb(58,23,85); }
H1.HeaderClassName
{
color: #3A1755;
}
.AnyTagClassName
{
color: #3A1755;
}
</style>
background-color css
<style>
a { background-color: #3A1755; }
a { background-color: rgb(58,23,85); }
div.DivClassName
{
background-color: #3A1755;
}
.BgClassName
{
background-color: #3A1755;
}
</style>
border-color css
<style>
span { border-color: #3A1755; }
span { border-color: rgb(58,23,85); }
td.TdClassName
{
border-color: #3A1755;
}
.TagClassName
{
border-color: #3A1755;
}
</style>