Shades of Christalle #31135A
Tints of Christalle #31135A
RGB
CMYK
RGB Variations
Color information
#31135A (or 0x31135A) is known color: Christalle. HEX triplet: 31, 13 and 5A. RGB value is (49,19,90). Sum of RGB (Red+Green+Blue) = 49+19+90=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #31135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31135A is #CEECA5. Grayscale: #232323. Windows color (decimal): -13560998 or 5903153. OLE color: 5903153.
HSL color Cylindrical-coordinate representation of color #31135A: hue angle of 265.35º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31135A is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 19 | 90 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.65 |
| HSL | 265.35º | 0.65% | 0.21% | - |
| HSV(B) | 265.35º | 0.79% | 0.35% | - |
| XYZ | 3.34 | 1.86 | 9.85 | - |
| YUV | 36.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 90 | 0.46 | 0.79 | 0 | 0.65 | 265.35 | 0.65 | 0.21 |
| Hex | 31 | 13 | 5A | 2E | 4F | 0 | 41 | 109 | 41 | 15 |
| Octal | 61 | 23 | 132 | 56 | 117 | 0 | 101 | 411 | 101 | 25 |
| Binary | 110001 | 10011 | 1011010 | 101110 | 1001111 | 0 | 1000001 | 100001001 | 1000001 | 10101 |
Color Harmonies of #31135A
Complementary color
Monochromatic Colors of #31135A
Black with #31135A
Text Example
Text Example
White with #31135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31135A; }
p { color: rgb(49,19,90); }
H1.HeaderClassName
{
color: #31135A;
}
.AnyTagClassName
{
color: #31135A;
}
</style>
background-color css
<style>
a { background-color: #31135A; }
a { background-color: rgb(49,19,90); }
div.DivClassName
{
background-color: #31135A;
}
.BgClassName
{
background-color: #31135A;
}
</style>
border-color css
<style>
span { border-color: #31135A; }
span { border-color: rgb(49,19,90); }
td.TdClassName
{
border-color: #31135A;
}
.TagClassName
{
border-color: #31135A;
}
</style>