Shades of Christalle #311B5C
Tints of Christalle #311B5C
RGB
CMYK
RGB Variations
Color information
#311B5C (or 0x311B5C) is known color: Christalle. HEX triplet: 31, 1B and 5C. RGB value is (49,27,92). Sum of RGB (Red+Green+Blue) = 49+27+92=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #311B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B5C is #CEE4A3. Grayscale: #282828. Windows color (decimal): -13558948 or 6036273. OLE color: 6036273.
HSL color Cylindrical-coordinate representation of color #311B5C: hue angle of 260.31º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311B5C is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 27 | 92 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.64 |
| HSL | 260.31º | 0.55% | 0.23% | - |
| HSV(B) | 260.31º | 0.71% | 0.36% | - |
| XYZ | 3.59 | 2.21 | 10.36 | - |
| YUV | 40.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 27 | 92 | 0.47 | 0.71 | 0 | 0.64 | 260.31 | 0.55 | 0.23 |
| Hex | 31 | 1B | 5C | 2F | 47 | 0 | 40 | 104 | 37 | 17 |
| Octal | 61 | 33 | 134 | 57 | 107 | 0 | 100 | 404 | 67 | 27 |
| Binary | 110001 | 11011 | 1011100 | 101111 | 1000111 | 0 | 1000000 | 100000100 | 110111 | 10111 |
Color Harmonies of #311B5C
Complementary color
Monochromatic Colors of #311B5C
Black with #311B5C
Text Example
Text Example
White with #311B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311B5C; }
p { color: rgb(49,27,92); }
H1.HeaderClassName
{
color: #311B5C;
}
.AnyTagClassName
{
color: #311B5C;
}
</style>
background-color css
<style>
a { background-color: #311B5C; }
a { background-color: rgb(49,27,92); }
div.DivClassName
{
background-color: #311B5C;
}
.BgClassName
{
background-color: #311B5C;
}
</style>
border-color css
<style>
span { border-color: #311B5C; }
span { border-color: rgb(49,27,92); }
td.TdClassName
{
border-color: #311B5C;
}
.TagClassName
{
border-color: #311B5C;
}
</style>