Shades of Christalle #31065D
Tints of Christalle #31065D
RGB
CMYK
RGB Variations
Color information
#31065D (or 0x31065D) is known color: Christalle. HEX triplet: 31, 06 and 5D. RGB value is (49,6,93). Sum of RGB (Red+Green+Blue) = 49+6+93=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 6 (2.73% from 255 or 4.05% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #31065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31065D is #CEF9A2. Grayscale: #1C1C1C. Windows color (decimal): -13564323 or 6096433. OLE color: 6096433.
HSL color Cylindrical-coordinate representation of color #31065D: hue angle of 269.66º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31065D is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 6 | 93 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.64 |
| HSL | 269.66º | 0.88% | 0.19% | - |
| HSV(B) | 269.66º | 0.94% | 0.36% | - |
| XYZ | 3.31 | 1.57 | 10.49 | - |
| YUV | 28.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 93 | 0.47 | 0.94 | 0 | 0.64 | 269.66 | 0.88 | 0.19 |
| Hex | 31 | 6 | 5D | 2F | 5E | 0 | 40 | 10E | 58 | 13 |
| Octal | 61 | 6 | 135 | 57 | 136 | 0 | 100 | 416 | 130 | 23 |
| Binary | 110001 | 110 | 1011101 | 101111 | 1011110 | 0 | 1000000 | 100001110 | 1011000 | 10011 |
Color Harmonies of #31065D
Complementary color
Monochromatic Colors of #31065D
Black with #31065D
Text Example
Text Example
White with #31065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31065D; }
p { color: rgb(49,6,93); }
H1.HeaderClassName
{
color: #31065D;
}
.AnyTagClassName
{
color: #31065D;
}
</style>
background-color css
<style>
a { background-color: #31065D; }
a { background-color: rgb(49,6,93); }
div.DivClassName
{
background-color: #31065D;
}
.BgClassName
{
background-color: #31065D;
}
</style>
border-color css
<style>
span { border-color: #31065D; }
span { border-color: rgb(49,6,93); }
td.TdClassName
{
border-color: #31065D;
}
.TagClassName
{
border-color: #31065D;
}
</style>