Shades of Christalle #31185A
Tints of Christalle #31185A
RGB
CMYK
RGB Variations
Color information
#31185A (or 0x31185A) is known color: Christalle. HEX triplet: 31, 18 and 5A. RGB value is (49,24,90). Sum of RGB (Red+Green+Blue) = 49+24+90=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #31185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31185A is #CEE7A5. Grayscale: #262626. Windows color (decimal): -13559718 or 5904433. OLE color: 5904433.
HSL color Cylindrical-coordinate representation of color #31185A: hue angle of 262.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31185A is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 24 | 90 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.65 |
| HSL | 262.73º | 0.58% | 0.22% | - |
| HSV(B) | 262.73º | 0.73% | 0.35% | - |
| XYZ | 3.44 | 2.04 | 9.89 | - |
| YUV | 39 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 90 | 0.46 | 0.73 | 0 | 0.65 | 262.73 | 0.58 | 0.22 |
| Hex | 31 | 18 | 5A | 2E | 49 | 0 | 41 | 107 | 3A | 16 |
| Octal | 61 | 30 | 132 | 56 | 111 | 0 | 101 | 407 | 72 | 26 |
| Binary | 110001 | 11000 | 1011010 | 101110 | 1001001 | 0 | 1000001 | 100000111 | 111010 | 10110 |
Color Harmonies of #31185A
Complementary color
Monochromatic Colors of #31185A
Black with #31185A
Text Example
Text Example
White with #31185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31185A; }
p { color: rgb(49,24,90); }
H1.HeaderClassName
{
color: #31185A;
}
.AnyTagClassName
{
color: #31185A;
}
</style>
background-color css
<style>
a { background-color: #31185A; }
a { background-color: rgb(49,24,90); }
div.DivClassName
{
background-color: #31185A;
}
.BgClassName
{
background-color: #31185A;
}
</style>
border-color css
<style>
span { border-color: #31185A; }
span { border-color: rgb(49,24,90); }
td.TdClassName
{
border-color: #31185A;
}
.TagClassName
{
border-color: #31185A;
}
</style>