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