Shades of Christalle #31075D
Tints of Christalle #31075D
RGB
CMYK
RGB Variations
Color information
#31075D (or 0x31075D) is known color: Christalle. HEX triplet: 31, 07 and 5D. RGB value is (49,7,93). Sum of RGB (Red+Green+Blue) = 49+7+93=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #31075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31075D is #CEF8A2. Grayscale: #1D1D1D. Windows color (decimal): -13564067 or 6096689. OLE color: 6096689.
HSL color Cylindrical-coordinate representation of color #31075D: hue angle of 269.3º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31075D is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 7 | 93 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.64 |
| HSL | 269.3º | 0.86% | 0.2% | - |
| HSV(B) | 269.3º | 0.92% | 0.36% | - |
| XYZ | 3.32 | 1.6 | 10.49 | - |
| YUV | 29.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 93 | 0.47 | 0.92 | 0 | 0.64 | 269.3 | 0.86 | 0.2 |
| Hex | 31 | 7 | 5D | 2F | 5C | 0 | 40 | 10D | 56 | 14 |
| Octal | 61 | 7 | 135 | 57 | 134 | 0 | 100 | 415 | 126 | 24 |
| Binary | 110001 | 111 | 1011101 | 101111 | 1011100 | 0 | 1000000 | 100001101 | 1010110 | 10100 |
Color Harmonies of #31075D
Complementary color
Monochromatic Colors of #31075D
Black with #31075D
Text Example
Text Example
White with #31075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31075D; }
p { color: rgb(49,7,93); }
H1.HeaderClassName
{
color: #31075D;
}
.AnyTagClassName
{
color: #31075D;
}
</style>
background-color css
<style>
a { background-color: #31075D; }
a { background-color: rgb(49,7,93); }
div.DivClassName
{
background-color: #31075D;
}
.BgClassName
{
background-color: #31075D;
}
</style>
border-color css
<style>
span { border-color: #31075D; }
span { border-color: rgb(49,7,93); }
td.TdClassName
{
border-color: #31075D;
}
.TagClassName
{
border-color: #31075D;
}
</style>