Shades of Christalle #3A1455
Tints of Christalle #3A1455
RGB
CMYK
RGB Variations
Color information
#3A1455 (or 0x3A1455) is known color: Christalle. HEX triplet: 3A, 14 and 55. RGB value is (58,20,85). Sum of RGB (Red+Green+Blue) = 58+20+85=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A1455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1455 is #C5EBAA. Grayscale: #262626. Windows color (decimal): -12970923 or 5575738. OLE color: 5575738.
HSL color Cylindrical-coordinate representation of color #3A1455: hue angle of 275.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A1455 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 20 | 85 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.67 |
| HSL | 275.08º | 0.62% | 0.21% | - |
| HSV(B) | 275.08º | 0.76% | 0.33% | - |
| XYZ | 3.63 | 2.06 | 8.8 | - |
| YUV | 38.77 | 154.09 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 85 | 0.32 | 0.76 | 0 | 0.67 | 275.08 | 0.62 | 0.21 |
| Hex | 3A | 14 | 55 | 20 | 4C | 0 | 43 | 113 | 3E | 15 |
| Octal | 72 | 24 | 125 | 40 | 114 | 0 | 103 | 423 | 76 | 25 |
| Binary | 111010 | 10100 | 1010101 | 100000 | 1001100 | 0 | 1000011 | 100010011 | 111110 | 10101 |
Color Harmonies of #3A1455
Complementary color
Monochromatic Colors of #3A1455
Black with #3A1455
Text Example
Text Example
White with #3A1455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1455; }
p { color: rgb(58,20,85); }
H1.HeaderClassName
{
color: #3A1455;
}
.AnyTagClassName
{
color: #3A1455;
}
</style>
background-color css
<style>
a { background-color: #3A1455; }
a { background-color: rgb(58,20,85); }
div.DivClassName
{
background-color: #3A1455;
}
.BgClassName
{
background-color: #3A1455;
}
</style>
border-color css
<style>
span { border-color: #3A1455; }
span { border-color: rgb(58,20,85); }
td.TdClassName
{
border-color: #3A1455;
}
.TagClassName
{
border-color: #3A1455;
}
</style>