Shades of Christalle #31115A
Tints of Christalle #31115A
RGB
CMYK
RGB Variations
Color information
#31115A (or 0x31115A) is known color: Christalle. HEX triplet: 31, 11 and 5A. RGB value is (49,17,90). Sum of RGB (Red+Green+Blue) = 49+17+90=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #31115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31115A is #CEEEA5. Grayscale: #222222. Windows color (decimal): -13561510 or 5902641. OLE color: 5902641.
HSL color Cylindrical-coordinate representation of color #31115A: hue angle of 266.3º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31115A is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 17 | 90 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.65 |
| HSL | 266.3º | 0.68% | 0.21% | - |
| HSV(B) | 266.3º | 0.81% | 0.35% | - |
| XYZ | 3.31 | 1.79 | 9.84 | - |
| YUV | 34.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 90 | 0.46 | 0.81 | 0 | 0.65 | 266.3 | 0.68 | 0.21 |
| Hex | 31 | 11 | 5A | 2E | 51 | 0 | 41 | 10A | 44 | 15 |
| Octal | 61 | 21 | 132 | 56 | 121 | 0 | 101 | 412 | 104 | 25 |
| Binary | 110001 | 10001 | 1011010 | 101110 | 1010001 | 0 | 1000001 | 100001010 | 1000100 | 10101 |
Color Harmonies of #31115A
Complementary color
Monochromatic Colors of #31115A
Black with #31115A
Text Example
Text Example
White with #31115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31115A; }
p { color: rgb(49,17,90); }
H1.HeaderClassName
{
color: #31115A;
}
.AnyTagClassName
{
color: #31115A;
}
</style>
background-color css
<style>
a { background-color: #31115A; }
a { background-color: rgb(49,17,90); }
div.DivClassName
{
background-color: #31115A;
}
.BgClassName
{
background-color: #31115A;
}
</style>
border-color css
<style>
span { border-color: #31115A; }
span { border-color: rgb(49,17,90); }
td.TdClassName
{
border-color: #31115A;
}
.TagClassName
{
border-color: #31115A;
}
</style>