Shades of Christalle #310C65
Tints of Christalle #310C65
RGB
CMYK
RGB Variations
Color information
#310C65 (or 0x310C65) is known color: Christalle. HEX triplet: 31, 0C and 65. RGB value is (49,12,101). Sum of RGB (Red+Green+Blue) = 49+12+101=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #310C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C65 is #CEF39A. Grayscale: #202020. Windows color (decimal): -13562779 or 6622257. OLE color: 6622257.
HSL color Cylindrical-coordinate representation of color #310C65: hue angle of 264.94º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310C65 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 12 | 101 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.60 |
| HSL | 264.94º | 0.79% | 0.22% | - |
| HSV(B) | 264.94º | 0.88% | 0.4% | - |
| XYZ | 3.75 | 1.86 | 12.47 | - |
| YUV | 33.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 101 | 0.51 | 0.88 | 0 | 0.60 | 264.94 | 0.79 | 0.22 |
| Hex | 31 | C | 65 | 33 | 58 | 0 | 3C | 109 | 4F | 16 |
| Octal | 61 | 14 | 145 | 63 | 130 | 0 | 74 | 411 | 117 | 26 |
| Binary | 110001 | 1100 | 1100101 | 110011 | 1011000 | 0 | 111100 | 100001001 | 1001111 | 10110 |
Color Harmonies of #310C65
Complementary color
Monochromatic Colors of #310C65
Black with #310C65
Text Example
Text Example
White with #310C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C65; }
p { color: rgb(49,12,101); }
H1.HeaderClassName
{
color: #310C65;
}
.AnyTagClassName
{
color: #310C65;
}
</style>
background-color css
<style>
a { background-color: #310C65; }
a { background-color: rgb(49,12,101); }
div.DivClassName
{
background-color: #310C65;
}
.BgClassName
{
background-color: #310C65;
}
</style>
border-color css
<style>
span { border-color: #310C65; }
span { border-color: rgb(49,12,101); }
td.TdClassName
{
border-color: #310C65;
}
.TagClassName
{
border-color: #310C65;
}
</style>