Shades of Christalle #310F56
Tints of Christalle #310F56
RGB
CMYK
RGB Variations
Color information
#310F56 (or 0x310F56) is known color: Christalle. HEX triplet: 31, 0F and 56. RGB value is (49,15,86). Sum of RGB (Red+Green+Blue) = 49+15+86=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 86 (33.98% from 255 or 57.33% from 150); Max value from RGB is 86 - color contains mainly: blue. Hex color #310F56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F56 is #CEF0A9. Grayscale: #212121. Windows color (decimal): -13562026 or 5639985. OLE color: 5639985.
HSL color Cylindrical-coordinate representation of color #310F56: hue angle of 268.73º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #310F56 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 49 | 15 | 86 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.66 |
| HSL | 268.73º | 0.7% | 0.2% | - |
| HSV(B) | 268.73º | 0.83% | 0.34% | - |
| XYZ | 3.12 | 1.67 | 8.96 | - |
| YUV | 33.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 86 | 0.43 | 0.83 | 0 | 0.66 | 268.73 | 0.7 | 0.2 |
| Hex | 31 | F | 56 | 2B | 53 | 0 | 42 | 10D | 46 | 14 |
| Octal | 61 | 17 | 126 | 53 | 123 | 0 | 102 | 415 | 106 | 24 |
| Binary | 110001 | 1111 | 1010110 | 101011 | 1010011 | 0 | 1000010 | 100001101 | 1000110 | 10100 |
Color Harmonies of #310F56
Complementary color
Monochromatic Colors of #310F56
Black with #310F56
Text Example
Text Example
White with #310F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310F56; }
p { color: rgb(49,15,86); }
H1.HeaderClassName
{
color: #310F56;
}
.AnyTagClassName
{
color: #310F56;
}
</style>
background-color css
<style>
a { background-color: #310F56; }
a { background-color: rgb(49,15,86); }
div.DivClassName
{
background-color: #310F56;
}
.BgClassName
{
background-color: #310F56;
}
</style>
border-color css
<style>
span { border-color: #310F56; }
span { border-color: rgb(49,15,86); }
td.TdClassName
{
border-color: #310F56;
}
.TagClassName
{
border-color: #310F56;
}
</style>