Shades of Christalle #310C58
Tints of Christalle #310C58
RGB
CMYK
RGB Variations
Color information
#310C58 (or 0x310C58) is known color: Christalle. HEX triplet: 31, 0C and 58. RGB value is (49,12,88). Sum of RGB (Red+Green+Blue) = 49+12+88=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #310C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C58 is #CEF3A7. Grayscale: #1F1F1F. Windows color (decimal): -13562792 or 5770289. OLE color: 5770289.
HSL color Cylindrical-coordinate representation of color #310C58: hue angle of 269.21º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310C58 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 12 | 88 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.65 |
| HSL | 269.21º | 0.76% | 0.2% | - |
| HSV(B) | 269.21º | 0.86% | 0.35% | - |
| XYZ | 3.16 | 1.62 | 9.38 | - |
| YUV | 31.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 88 | 0.44 | 0.86 | 0 | 0.65 | 269.21 | 0.76 | 0.2 |
| Hex | 31 | C | 58 | 2C | 56 | 0 | 41 | 10D | 4C | 14 |
| Octal | 61 | 14 | 130 | 54 | 126 | 0 | 101 | 415 | 114 | 24 |
| Binary | 110001 | 1100 | 1011000 | 101100 | 1010110 | 0 | 1000001 | 100001101 | 1001100 | 10100 |
Color Harmonies of #310C58
Complementary color
Monochromatic Colors of #310C58
Black with #310C58
Text Example
Text Example
White with #310C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C58; }
p { color: rgb(49,12,88); }
H1.HeaderClassName
{
color: #310C58;
}
.AnyTagClassName
{
color: #310C58;
}
</style>
background-color css
<style>
a { background-color: #310C58; }
a { background-color: rgb(49,12,88); }
div.DivClassName
{
background-color: #310C58;
}
.BgClassName
{
background-color: #310C58;
}
</style>
border-color css
<style>
span { border-color: #310C58; }
span { border-color: rgb(49,12,88); }
td.TdClassName
{
border-color: #310C58;
}
.TagClassName
{
border-color: #310C58;
}
</style>