Shades of Christalle #3A165C
Tints of Christalle #3A165C
RGB
CMYK
RGB Variations
Color information
#3A165C (or 0x3A165C) is known color: Christalle. HEX triplet: 3A, 16 and 5C. RGB value is (58,22,92). Sum of RGB (Red+Green+Blue) = 58+22+92=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A165C is #C5E9A3. Grayscale: #282828. Windows color (decimal): -12970404 or 6035002. OLE color: 6035002.
HSL color Cylindrical-coordinate representation of color #3A165C: hue angle of 270.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A165C is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 22 | 92 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.64 |
| HSL | 270.86º | 0.61% | 0.22% | - |
| HSV(B) | 270.86º | 0.76% | 0.36% | - |
| XYZ | 3.96 | 2.25 | 10.35 | - |
| YUV | 40.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 92 | 0.37 | 0.76 | 0 | 0.64 | 270.86 | 0.61 | 0.22 |
| Hex | 3A | 16 | 5C | 25 | 4C | 0 | 40 | 10F | 3D | 16 |
| Octal | 72 | 26 | 134 | 45 | 114 | 0 | 100 | 417 | 75 | 26 |
| Binary | 111010 | 10110 | 1011100 | 100101 | 1001100 | 0 | 1000000 | 100001111 | 111101 | 10110 |
Color Harmonies of #3A165C
Complementary color
Monochromatic Colors of #3A165C
Black with #3A165C
Text Example
Text Example
White with #3A165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A165C; }
p { color: rgb(58,22,92); }
H1.HeaderClassName
{
color: #3A165C;
}
.AnyTagClassName
{
color: #3A165C;
}
</style>
background-color css
<style>
a { background-color: #3A165C; }
a { background-color: rgb(58,22,92); }
div.DivClassName
{
background-color: #3A165C;
}
.BgClassName
{
background-color: #3A165C;
}
</style>
border-color css
<style>
span { border-color: #3A165C; }
span { border-color: rgb(58,22,92); }
td.TdClassName
{
border-color: #3A165C;
}
.TagClassName
{
border-color: #3A165C;
}
</style>