Shades of Christalle #31185F
Tints of Christalle #31185F
RGB
CMYK
RGB Variations
Color information
#31185F (or 0x31185F) is known color: Christalle. HEX triplet: 31, 18 and 5F. RGB value is (49,24,95). Sum of RGB (Red+Green+Blue) = 49+24+95=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #31185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31185F is #CEE7A0. Grayscale: #272727. Windows color (decimal): -13559713 or 6232113. OLE color: 6232113.
HSL color Cylindrical-coordinate representation of color #31185F: hue angle of 261.13º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31185F is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 24 | 95 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.63 |
| HSL | 261.13º | 0.6% | 0.23% | - |
| HSV(B) | 261.13º | 0.75% | 0.37% | - |
| XYZ | 3.66 | 2.13 | 11.05 | - |
| YUV | 39.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 95 | 0.48 | 0.75 | 0 | 0.63 | 261.13 | 0.6 | 0.23 |
| Hex | 31 | 18 | 5F | 30 | 4B | 0 | 3F | 105 | 3C | 17 |
| Octal | 61 | 30 | 137 | 60 | 113 | 0 | 77 | 405 | 74 | 27 |
| Binary | 110001 | 11000 | 1011111 | 110000 | 1001011 | 0 | 111111 | 100000101 | 111100 | 10111 |
Color Harmonies of #31185F
Complementary color
Monochromatic Colors of #31185F
Black with #31185F
Text Example
Text Example
White with #31185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31185F; }
p { color: rgb(49,24,95); }
H1.HeaderClassName
{
color: #31185F;
}
.AnyTagClassName
{
color: #31185F;
}
</style>
background-color css
<style>
a { background-color: #31185F; }
a { background-color: rgb(49,24,95); }
div.DivClassName
{
background-color: #31185F;
}
.BgClassName
{
background-color: #31185F;
}
</style>
border-color css
<style>
span { border-color: #31185F; }
span { border-color: rgb(49,24,95); }
td.TdClassName
{
border-color: #31185F;
}
.TagClassName
{
border-color: #31185F;
}
</style>