Shades of Christalle #3A1162
Tints of Christalle #3A1162
RGB
CMYK
RGB Variations
Color information
#3A1162 (or 0x3A1162) is known color: Christalle. HEX triplet: 3A, 11 and 62. RGB value is (58,17,98). Sum of RGB (Red+Green+Blue) = 58+17+98=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A1162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1162 is #C5EE9D. Grayscale: #262626. Windows color (decimal): -12971678 or 6426938. OLE color: 6426938.
HSL color Cylindrical-coordinate representation of color #3A1162: hue angle of 270.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1162 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 17 | 98 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.62 |
| HSL | 270.37º | 0.7% | 0.23% | - |
| HSV(B) | 270.37º | 0.83% | 0.38% | - |
| XYZ | 4.15 | 2.18 | 11.76 | - |
| YUV | 38.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 98 | 0.41 | 0.83 | 0 | 0.62 | 270.37 | 0.7 | 0.23 |
| Hex | 3A | 11 | 62 | 29 | 53 | 0 | 3E | 10E | 46 | 17 |
| Octal | 72 | 21 | 142 | 51 | 123 | 0 | 76 | 416 | 106 | 27 |
| Binary | 111010 | 10001 | 1100010 | 101001 | 1010011 | 0 | 111110 | 100001110 | 1000110 | 10111 |
Color Harmonies of #3A1162
Complementary color
Monochromatic Colors of #3A1162
Black with #3A1162
Text Example
Text Example
White with #3A1162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1162; }
p { color: rgb(58,17,98); }
H1.HeaderClassName
{
color: #3A1162;
}
.AnyTagClassName
{
color: #3A1162;
}
</style>
background-color css
<style>
a { background-color: #3A1162; }
a { background-color: rgb(58,17,98); }
div.DivClassName
{
background-color: #3A1162;
}
.BgClassName
{
background-color: #3A1162;
}
</style>
border-color css
<style>
span { border-color: #3A1162; }
span { border-color: rgb(58,17,98); }
td.TdClassName
{
border-color: #3A1162;
}
.TagClassName
{
border-color: #3A1162;
}
</style>