Shades of Christalle #3A1D5C
Tints of Christalle #3A1D5C
RGB
CMYK
RGB Variations
Color information
#3A1D5C (or 0x3A1D5C) is known color: Christalle. HEX triplet: 3A, 1D and 5C. RGB value is (58,29,92). Sum of RGB (Red+Green+Blue) = 58+29+92=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A1D5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D5C is #C5E2A3. Grayscale: #2C2C2C. Windows color (decimal): -12968612 or 6036794. OLE color: 6036794.
HSL color Cylindrical-coordinate representation of color #3A1D5C: hue angle of 267.62º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A1D5C is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 29 | 92 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.64 |
| HSL | 267.62º | 0.52% | 0.24% | - |
| HSV(B) | 267.62º | 0.68% | 0.36% | - |
| XYZ | 4.12 | 2.55 | 10.4 | - |
| YUV | 44.85 | 154.61 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 92 | 0.37 | 0.68 | 0 | 0.64 | 267.62 | 0.52 | 0.24 |
| Hex | 3A | 1D | 5C | 25 | 44 | 0 | 40 | 10C | 34 | 18 |
| Octal | 72 | 35 | 134 | 45 | 104 | 0 | 100 | 414 | 64 | 30 |
| Binary | 111010 | 11101 | 1011100 | 100101 | 1000100 | 0 | 1000000 | 100001100 | 110100 | 11000 |
Color Harmonies of #3A1D5C
Complementary color
Monochromatic Colors of #3A1D5C
Black with #3A1D5C
Text Example
Text Example
White with #3A1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D5C; }
p { color: rgb(58,29,92); }
H1.HeaderClassName
{
color: #3A1D5C;
}
.AnyTagClassName
{
color: #3A1D5C;
}
</style>
background-color css
<style>
a { background-color: #3A1D5C; }
a { background-color: rgb(58,29,92); }
div.DivClassName
{
background-color: #3A1D5C;
}
.BgClassName
{
background-color: #3A1D5C;
}
</style>
border-color css
<style>
span { border-color: #3A1D5C; }
span { border-color: rgb(58,29,92); }
td.TdClassName
{
border-color: #3A1D5C;
}
.TagClassName
{
border-color: #3A1D5C;
}
</style>