Shades of Christalle #310C56
Tints of Christalle #310C56
RGB
CMYK
RGB Variations
Color information
#310C56 (or 0x310C56) is known color: Christalle. HEX triplet: 31, 0C and 56. RGB value is (49,12,86). Sum of RGB (Red+Green+Blue) = 49+12+86=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #310C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C56 is #CEF3A9. Grayscale: #1F1F1F. Windows color (decimal): -13562794 or 5639217. OLE color: 5639217.
HSL color Cylindrical-coordinate representation of color #310C56: hue angle of 270º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310C56 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 12 | 86 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.66 |
| HSL | 270º | 0.76% | 0.19% | - |
| HSV(B) | 270º | 0.86% | 0.34% | - |
| XYZ | 3.08 | 1.59 | 8.95 | - |
| YUV | 31.5 | 158.76 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 86 | 0.43 | 0.86 | 0 | 0.66 | 270 | 0.76 | 0.19 |
| Hex | 31 | C | 56 | 2B | 56 | 0 | 42 | 10E | 4C | 13 |
| Octal | 61 | 14 | 126 | 53 | 126 | 0 | 102 | 416 | 114 | 23 |
| Binary | 110001 | 1100 | 1010110 | 101011 | 1010110 | 0 | 1000010 | 100001110 | 1001100 | 10011 |
Color Harmonies of #310C56
Complementary color
Monochromatic Colors of #310C56
Black with #310C56
Text Example
Text Example
White with #310C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C56; }
p { color: rgb(49,12,86); }
H1.HeaderClassName
{
color: #310C56;
}
.AnyTagClassName
{
color: #310C56;
}
</style>
background-color css
<style>
a { background-color: #310C56; }
a { background-color: rgb(49,12,86); }
div.DivClassName
{
background-color: #310C56;
}
.BgClassName
{
background-color: #310C56;
}
</style>
border-color css
<style>
span { border-color: #310C56; }
span { border-color: rgb(49,12,86); }
td.TdClassName
{
border-color: #310C56;
}
.TagClassName
{
border-color: #310C56;
}
</style>