Shades of Christalle #31055D
Tints of Christalle #31055D
RGB
CMYK
RGB Variations
Color information
#31055D (or 0x31055D) is known color: Christalle. HEX triplet: 31, 05 and 5D. RGB value is (49,5,93). Sum of RGB (Red+Green+Blue) = 49+5+93=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #31055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31055D is #CEFAA2. Grayscale: #1B1B1B. Windows color (decimal): -13564579 or 6096177. OLE color: 6096177.
HSL color Cylindrical-coordinate representation of color #31055D: hue angle of 270º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31055D is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 5 | 93 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.64 |
| HSL | 270º | 0.9% | 0.19% | - |
| HSV(B) | 270º | 0.95% | 0.36% | - |
| XYZ | 3.3 | 1.55 | 10.48 | - |
| YUV | 28.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 93 | 0.47 | 0.95 | 0 | 0.64 | 270 | 0.9 | 0.19 |
| Hex | 31 | 5 | 5D | 2F | 5F | 0 | 40 | 10E | 5A | 13 |
| Octal | 61 | 5 | 135 | 57 | 137 | 0 | 100 | 416 | 132 | 23 |
| Binary | 110001 | 101 | 1011101 | 101111 | 1011111 | 0 | 1000000 | 100001110 | 1011010 | 10011 |
Color Harmonies of #31055D
Complementary color
Monochromatic Colors of #31055D
Black with #31055D
Text Example
Text Example
White with #31055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31055D; }
p { color: rgb(49,5,93); }
H1.HeaderClassName
{
color: #31055D;
}
.AnyTagClassName
{
color: #31055D;
}
</style>
background-color css
<style>
a { background-color: #31055D; }
a { background-color: rgb(49,5,93); }
div.DivClassName
{
background-color: #31055D;
}
.BgClassName
{
background-color: #31055D;
}
</style>
border-color css
<style>
span { border-color: #31055D; }
span { border-color: rgb(49,5,93); }
td.TdClassName
{
border-color: #31055D;
}
.TagClassName
{
border-color: #31055D;
}
</style>