Shades of Christalle #31085C
Tints of Christalle #31085C
RGB
CMYK
RGB Variations
Color information
#31085C (or 0x31085C) is known color: Christalle. HEX triplet: 31, 08 and 5C. RGB value is (49,8,92). Sum of RGB (Red+Green+Blue) = 49+8+92=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #31085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31085C is #CEF7A3. Grayscale: #1D1D1D. Windows color (decimal): -13563812 or 6031409. OLE color: 6031409.
HSL color Cylindrical-coordinate representation of color #31085C: hue angle of 269.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #31085C is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 8 | 92 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.64 |
| HSL | 269.29º | 0.84% | 0.2% | - |
| HSV(B) | 269.29º | 0.91% | 0.36% | - |
| XYZ | 3.29 | 1.6 | 10.26 | - |
| YUV | 29.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 92 | 0.47 | 0.91 | 0 | 0.64 | 269.29 | 0.84 | 0.2 |
| Hex | 31 | 8 | 5C | 2F | 5B | 0 | 40 | 10D | 54 | 14 |
| Octal | 61 | 10 | 134 | 57 | 133 | 0 | 100 | 415 | 124 | 24 |
| Binary | 110001 | 1000 | 1011100 | 101111 | 1011011 | 0 | 1000000 | 100001101 | 1010100 | 10100 |
Color Harmonies of #31085C
Complementary color
Monochromatic Colors of #31085C
Black with #31085C
Text Example
Text Example
White with #31085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31085C; }
p { color: rgb(49,8,92); }
H1.HeaderClassName
{
color: #31085C;
}
.AnyTagClassName
{
color: #31085C;
}
</style>
background-color css
<style>
a { background-color: #31085C; }
a { background-color: rgb(49,8,92); }
div.DivClassName
{
background-color: #31085C;
}
.BgClassName
{
background-color: #31085C;
}
</style>
border-color css
<style>
span { border-color: #31085C; }
span { border-color: rgb(49,8,92); }
td.TdClassName
{
border-color: #31085C;
}
.TagClassName
{
border-color: #31085C;
}
</style>