Shades of Christalle #310C62
Tints of Christalle #310C62
RGB
CMYK
RGB Variations
Color information
#310C62 (or 0x310C62) is known color: Christalle. HEX triplet: 31, 0C and 62. RGB value is (49,12,98). Sum of RGB (Red+Green+Blue) = 49+12+98=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 98 (38.67% from 255 or 61.64% from 159); Max value from RGB is 98 - color contains mainly: blue. Hex color #310C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C62 is #CEF39D. Grayscale: #202020. Windows color (decimal): -13562782 or 6425649. OLE color: 6425649.
HSL color Cylindrical-coordinate representation of color #310C62: hue angle of 265.81º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #310C62 is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 12 | 98 | - |
| CMYK | 0.5 | 0.88 | 0 | 0.62 |
| HSL | 265.81º | 0.78% | 0.22% | - |
| HSV(B) | 265.81º | 0.88% | 0.38% | - |
| XYZ | 3.6 | 1.8 | 11.71 | - |
| YUV | 32.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 98 | 0.5 | 0.88 | 0 | 0.62 | 265.81 | 0.78 | 0.22 |
| Hex | 31 | C | 62 | 32 | 58 | 0 | 3E | 10A | 4E | 16 |
| Octal | 61 | 14 | 142 | 62 | 130 | 0 | 76 | 412 | 116 | 26 |
| Binary | 110001 | 1100 | 1100010 | 110010 | 1011000 | 0 | 111110 | 100001010 | 1001110 | 10110 |
Color Harmonies of #310C62
Complementary color
Monochromatic Colors of #310C62
Black with #310C62
Text Example
Text Example
White with #310C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C62; }
p { color: rgb(49,12,98); }
H1.HeaderClassName
{
color: #310C62;
}
.AnyTagClassName
{
color: #310C62;
}
</style>
background-color css
<style>
a { background-color: #310C62; }
a { background-color: rgb(49,12,98); }
div.DivClassName
{
background-color: #310C62;
}
.BgClassName
{
background-color: #310C62;
}
</style>
border-color css
<style>
span { border-color: #310C62; }
span { border-color: rgb(49,12,98); }
td.TdClassName
{
border-color: #310C62;
}
.TagClassName
{
border-color: #310C62;
}
</style>