Shades of Christalle #310D63
Tints of Christalle #310D63
RGB
CMYK
RGB Variations
Color information
#310D63 (or 0x310D63) is known color: Christalle. HEX triplet: 31, 0D and 63. RGB value is (49,13,99). Sum of RGB (Red+Green+Blue) = 49+13+99=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 99 (39.06% from 255 or 61.49% from 161); Max value from RGB is 99 - color contains mainly: blue. Hex color #310D63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D63 is #CEF29C. Grayscale: #212121. Windows color (decimal): -13562525 or 6491441. OLE color: 6491441.
HSL color Cylindrical-coordinate representation of color #310D63: hue angle of 265.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #310D63 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 13 | 99 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.61 |
| HSL | 265.12º | 0.77% | 0.22% | - |
| HSV(B) | 265.12º | 0.87% | 0.39% | - |
| XYZ | 3.66 | 1.84 | 11.97 | - |
| YUV | 33.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 99 | 0.51 | 0.87 | 0 | 0.61 | 265.12 | 0.77 | 0.22 |
| Hex | 31 | D | 63 | 33 | 57 | 0 | 3D | 109 | 4D | 16 |
| Octal | 61 | 15 | 143 | 63 | 127 | 0 | 75 | 411 | 115 | 26 |
| Binary | 110001 | 1101 | 1100011 | 110011 | 1010111 | 0 | 111101 | 100001001 | 1001101 | 10110 |
Color Harmonies of #310D63
Complementary color
Monochromatic Colors of #310D63
Black with #310D63
Text Example
Text Example
White with #310D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D63; }
p { color: rgb(49,13,99); }
H1.HeaderClassName
{
color: #310D63;
}
.AnyTagClassName
{
color: #310D63;
}
</style>
background-color css
<style>
a { background-color: #310D63; }
a { background-color: rgb(49,13,99); }
div.DivClassName
{
background-color: #310D63;
}
.BgClassName
{
background-color: #310D63;
}
</style>
border-color css
<style>
span { border-color: #310D63; }
span { border-color: rgb(49,13,99); }
td.TdClassName
{
border-color: #310D63;
}
.TagClassName
{
border-color: #310D63;
}
</style>