Shades of Christalle #311C5A
Tints of Christalle #311C5A
RGB
CMYK
RGB Variations
Color information
#311C5A (or 0x311C5A) is known color: Christalle. HEX triplet: 31, 1C and 5A. RGB value is (49,28,90). Sum of RGB (Red+Green+Blue) = 49+28+90=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #311C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C5A is #CEE3A5. Grayscale: #292929. Windows color (decimal): -13558694 or 5905457. OLE color: 5905457.
HSL color Cylindrical-coordinate representation of color #311C5A: hue angle of 260.32º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311C5A is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 28 | 90 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.65 |
| HSL | 260.32º | 0.53% | 0.23% | - |
| HSV(B) | 260.32º | 0.69% | 0.35% | - |
| XYZ | 3.53 | 2.22 | 9.92 | - |
| YUV | 41.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 90 | 0.46 | 0.69 | 0 | 0.65 | 260.32 | 0.53 | 0.23 |
| Hex | 31 | 1C | 5A | 2E | 45 | 0 | 41 | 104 | 35 | 17 |
| Octal | 61 | 34 | 132 | 56 | 105 | 0 | 101 | 404 | 65 | 27 |
| Binary | 110001 | 11100 | 1011010 | 101110 | 1000101 | 0 | 1000001 | 100000100 | 110101 | 10111 |
Color Harmonies of #311C5A
Complementary color
Monochromatic Colors of #311C5A
Black with #311C5A
Text Example
Text Example
White with #311C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C5A; }
p { color: rgb(49,28,90); }
H1.HeaderClassName
{
color: #311C5A;
}
.AnyTagClassName
{
color: #311C5A;
}
</style>
background-color css
<style>
a { background-color: #311C5A; }
a { background-color: rgb(49,28,90); }
div.DivClassName
{
background-color: #311C5A;
}
.BgClassName
{
background-color: #311C5A;
}
</style>
border-color css
<style>
span { border-color: #311C5A; }
span { border-color: rgb(49,28,90); }
td.TdClassName
{
border-color: #311C5A;
}
.TagClassName
{
border-color: #311C5A;
}
</style>