Shades of Christalle #31085D
Tints of Christalle #31085D
RGB
CMYK
RGB Variations
Color information
#31085D (or 0x31085D) is known color: Christalle. HEX triplet: 31, 08 and 5D. RGB value is (49,8,93). Sum of RGB (Red+Green+Blue) = 49+8+93=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #31085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31085D is #CEF7A2. Grayscale: #1D1D1D. Windows color (decimal): -13563811 or 6096945. OLE color: 6096945.
HSL color Cylindrical-coordinate representation of color #31085D: hue angle of 268.94º 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 #31085D is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 8 | 93 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.64 |
| HSL | 268.94º | 0.84% | 0.2% | - |
| HSV(B) | 268.94º | 0.91% | 0.36% | - |
| XYZ | 3.33 | 1.62 | 10.49 | - |
| YUV | 29.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 93 | 0.47 | 0.91 | 0 | 0.64 | 268.94 | 0.84 | 0.2 |
| Hex | 31 | 8 | 5D | 2F | 5B | 0 | 40 | 10D | 54 | 14 |
| Octal | 61 | 10 | 135 | 57 | 133 | 0 | 100 | 415 | 124 | 24 |
| Binary | 110001 | 1000 | 1011101 | 101111 | 1011011 | 0 | 1000000 | 100001101 | 1010100 | 10100 |
Color Harmonies of #31085D
Complementary color
Monochromatic Colors of #31085D
Black with #31085D
Text Example
Text Example
White with #31085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31085D; }
p { color: rgb(49,8,93); }
H1.HeaderClassName
{
color: #31085D;
}
.AnyTagClassName
{
color: #31085D;
}
</style>
background-color css
<style>
a { background-color: #31085D; }
a { background-color: rgb(49,8,93); }
div.DivClassName
{
background-color: #31085D;
}
.BgClassName
{
background-color: #31085D;
}
</style>
border-color css
<style>
span { border-color: #31085D; }
span { border-color: rgb(49,8,93); }
td.TdClassName
{
border-color: #31085D;
}
.TagClassName
{
border-color: #31085D;
}
</style>