Shades of Christalle #3A205C
Tints of Christalle #3A205C
RGB
CMYK
RGB Variations
Color information
#3A205C (or 0x3A205C) is known color: Christalle. HEX triplet: 3A, 20 and 5C. RGB value is (58,32,92). Sum of RGB (Red+Green+Blue) = 58+32+92=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A205C is #C5DFA3. Grayscale: #2E2E2E. Windows color (decimal): -12967844 or 6037562. OLE color: 6037562.
HSL color Cylindrical-coordinate representation of color #3A205C: hue angle of 266º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A205C is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 32 | 92 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.64 |
| HSL | 266º | 0.48% | 0.24% | - |
| HSV(B) | 266º | 0.65% | 0.36% | - |
| XYZ | 4.19 | 2.71 | 10.43 | - |
| YUV | 46.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 92 | 0.37 | 0.65 | 0 | 0.64 | 266 | 0.48 | 0.24 |
| Hex | 3A | 20 | 5C | 25 | 41 | 0 | 40 | 10A | 30 | 18 |
| Octal | 72 | 40 | 134 | 45 | 101 | 0 | 100 | 412 | 60 | 30 |
| Binary | 111010 | 100000 | 1011100 | 100101 | 1000001 | 0 | 1000000 | 100001010 | 110000 | 11000 |
Color Harmonies of #3A205C
Complementary color
Monochromatic Colors of #3A205C
Black with #3A205C
Text Example
Text Example
White with #3A205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A205C; }
p { color: rgb(58,32,92); }
H1.HeaderClassName
{
color: #3A205C;
}
.AnyTagClassName
{
color: #3A205C;
}
</style>
background-color css
<style>
a { background-color: #3A205C; }
a { background-color: rgb(58,32,92); }
div.DivClassName
{
background-color: #3A205C;
}
.BgClassName
{
background-color: #3A205C;
}
</style>
border-color css
<style>
span { border-color: #3A205C; }
span { border-color: rgb(58,32,92); }
td.TdClassName
{
border-color: #3A205C;
}
.TagClassName
{
border-color: #3A205C;
}
</style>