Shades of Christalle #3A1D55
Tints of Christalle #3A1D55
RGB
CMYK
RGB Variations
Color information
#3A1D55 (or 0x3A1D55) is known color: Christalle. HEX triplet: 3A, 1D and 55. RGB value is (58,29,85). Sum of RGB (Red+Green+Blue) = 58+29+85=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A1D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D55 is #C5E2AA. Grayscale: #2B2B2B. Windows color (decimal): -12968619 or 5578042. OLE color: 5578042.
HSL color Cylindrical-coordinate representation of color #3A1D55: hue angle of 271.07º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A1D55 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 29 | 85 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.67 |
| HSL | 271.07º | 0.49% | 0.22% | - |
| HSV(B) | 271.07º | 0.66% | 0.33% | - |
| XYZ | 3.82 | 2.43 | 8.86 | - |
| YUV | 44.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 85 | 0.32 | 0.66 | 0 | 0.67 | 271.07 | 0.49 | 0.22 |
| Hex | 3A | 1D | 55 | 20 | 42 | 0 | 43 | 10F | 31 | 16 |
| Octal | 72 | 35 | 125 | 40 | 102 | 0 | 103 | 417 | 61 | 26 |
| Binary | 111010 | 11101 | 1010101 | 100000 | 1000010 | 0 | 1000011 | 100001111 | 110001 | 10110 |
Color Harmonies of #3A1D55
Complementary color
Monochromatic Colors of #3A1D55
Black with #3A1D55
Text Example
Text Example
White with #3A1D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D55; }
p { color: rgb(58,29,85); }
H1.HeaderClassName
{
color: #3A1D55;
}
.AnyTagClassName
{
color: #3A1D55;
}
</style>
background-color css
<style>
a { background-color: #3A1D55; }
a { background-color: rgb(58,29,85); }
div.DivClassName
{
background-color: #3A1D55;
}
.BgClassName
{
background-color: #3A1D55;
}
</style>
border-color css
<style>
span { border-color: #3A1D55; }
span { border-color: rgb(58,29,85); }
td.TdClassName
{
border-color: #3A1D55;
}
.TagClassName
{
border-color: #3A1D55;
}
</style>