Shades of Christalle #311F5C
Tints of Christalle #311F5C
RGB
CMYK
RGB Variations
Color information
#311F5C (or 0x311F5C) is known color: Christalle. HEX triplet: 31, 1F and 5C. RGB value is (49,31,92). Sum of RGB (Red+Green+Blue) = 49+31+92=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #311F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F5C is #CEE0A3. Grayscale: #2B2B2B. Windows color (decimal): -13557924 or 6037297. OLE color: 6037297.
HSL color Cylindrical-coordinate representation of color #311F5C: hue angle of 257.7º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #311F5C is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 31 | 92 | - |
| CMYK | 0.47 | 0.66 | 0 | 0.64 |
| HSL | 257.7º | 0.5% | 0.24% | - |
| HSV(B) | 257.7º | 0.66% | 0.36% | - |
| XYZ | 3.69 | 2.41 | 10.4 | - |
| YUV | 43.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 31 | 92 | 0.47 | 0.66 | 0 | 0.64 | 257.7 | 0.5 | 0.24 |
| Hex | 31 | 1F | 5C | 2F | 42 | 0 | 40 | 102 | 32 | 18 |
| Octal | 61 | 37 | 134 | 57 | 102 | 0 | 100 | 402 | 62 | 30 |
| Binary | 110001 | 11111 | 1011100 | 101111 | 1000010 | 0 | 1000000 | 100000010 | 110010 | 11000 |
Color Harmonies of #311F5C
Complementary color
Monochromatic Colors of #311F5C
Black with #311F5C
Text Example
Text Example
White with #311F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311F5C; }
p { color: rgb(49,31,92); }
H1.HeaderClassName
{
color: #311F5C;
}
.AnyTagClassName
{
color: #311F5C;
}
</style>
background-color css
<style>
a { background-color: #311F5C; }
a { background-color: rgb(49,31,92); }
div.DivClassName
{
background-color: #311F5C;
}
.BgClassName
{
background-color: #311F5C;
}
</style>
border-color css
<style>
span { border-color: #311F5C; }
span { border-color: rgb(49,31,92); }
td.TdClassName
{
border-color: #311F5C;
}
.TagClassName
{
border-color: #311F5C;
}
</style>