Shades of Christalle #310D65
Tints of Christalle #310D65
RGB
CMYK
RGB Variations
Color information
#310D65 (or 0x310D65) is known color: Christalle. HEX triplet: 31, 0D and 65. RGB value is (49,13,101). Sum of RGB (Red+Green+Blue) = 49+13+101=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 101 (39.84% from 255 or 61.96% from 163); Max value from RGB is 101 - color contains mainly: blue. Hex color #310D65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D65 is #CEF29A. Grayscale: #212121. Windows color (decimal): -13562523 or 6622513. OLE color: 6622513.
HSL color Cylindrical-coordinate representation of color #310D65: hue angle of 264.55º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #310D65 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 13 | 101 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.60 |
| HSL | 264.55º | 0.77% | 0.22% | - |
| HSV(B) | 264.55º | 0.87% | 0.4% | - |
| XYZ | 3.76 | 1.88 | 12.48 | - |
| YUV | 33.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 101 | 0.51 | 0.87 | 0 | 0.60 | 264.55 | 0.77 | 0.22 |
| Hex | 31 | D | 65 | 33 | 57 | 0 | 3C | 109 | 4D | 16 |
| Octal | 61 | 15 | 145 | 63 | 127 | 0 | 74 | 411 | 115 | 26 |
| Binary | 110001 | 1101 | 1100101 | 110011 | 1010111 | 0 | 111100 | 100001001 | 1001101 | 10110 |
Color Harmonies of #310D65
Complementary color
Monochromatic Colors of #310D65
Black with #310D65
Text Example
Text Example
White with #310D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D65; }
p { color: rgb(49,13,101); }
H1.HeaderClassName
{
color: #310D65;
}
.AnyTagClassName
{
color: #310D65;
}
</style>
background-color css
<style>
a { background-color: #310D65; }
a { background-color: rgb(49,13,101); }
div.DivClassName
{
background-color: #310D65;
}
.BgClassName
{
background-color: #310D65;
}
</style>
border-color css
<style>
span { border-color: #310D65; }
span { border-color: rgb(49,13,101); }
td.TdClassName
{
border-color: #310D65;
}
.TagClassName
{
border-color: #310D65;
}
</style>