Shades of Christalle #31115C
Tints of Christalle #31115C
RGB
CMYK
RGB Variations
Color information
#31115C (or 0x31115C) is known color: Christalle. HEX triplet: 31, 11 and 5C. RGB value is (49,17,92). Sum of RGB (Red+Green+Blue) = 49+17+92=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #31115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31115C is #CEEEA3. Grayscale: #222222. Windows color (decimal): -13561508 or 6033713. OLE color: 6033713.
HSL color Cylindrical-coordinate representation of color #31115C: hue angle of 265.6º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31115C is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 17 | 92 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.64 |
| HSL | 265.6º | 0.69% | 0.21% | - |
| HSV(B) | 265.6º | 0.82% | 0.36% | - |
| XYZ | 3.4 | 1.83 | 10.3 | - |
| YUV | 35.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 92 | 0.47 | 0.82 | 0 | 0.64 | 265.6 | 0.69 | 0.21 |
| Hex | 31 | 11 | 5C | 2F | 52 | 0 | 40 | 10A | 45 | 15 |
| Octal | 61 | 21 | 134 | 57 | 122 | 0 | 100 | 412 | 105 | 25 |
| Binary | 110001 | 10001 | 1011100 | 101111 | 1010010 | 0 | 1000000 | 100001010 | 1000101 | 10101 |
Color Harmonies of #31115C
Complementary color
Monochromatic Colors of #31115C
Black with #31115C
Text Example
Text Example
White with #31115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31115C; }
p { color: rgb(49,17,92); }
H1.HeaderClassName
{
color: #31115C;
}
.AnyTagClassName
{
color: #31115C;
}
</style>
background-color css
<style>
a { background-color: #31115C; }
a { background-color: rgb(49,17,92); }
div.DivClassName
{
background-color: #31115C;
}
.BgClassName
{
background-color: #31115C;
}
</style>
border-color css
<style>
span { border-color: #31115C; }
span { border-color: rgb(49,17,92); }
td.TdClassName
{
border-color: #31115C;
}
.TagClassName
{
border-color: #31115C;
}
</style>