Shades of Christalle #31196B
Tints of Christalle #31196B
RGB
CMYK
RGB Variations
Color information
#31196B (or 0x31196B) is known color: Christalle. HEX triplet: 31, 19 and 6B. RGB value is (49,25,107). Sum of RGB (Red+Green+Blue) = 49+25+107=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #31196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31196B is #CEE694. Grayscale: #292929. Windows color (decimal): -13559445 or 7018801. OLE color: 7018801.
HSL color Cylindrical-coordinate representation of color #31196B: hue angle of 257.56º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31196B is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 25 | 107 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.58 |
| HSL | 257.56º | 0.62% | 0.26% | - |
| HSV(B) | 257.56º | 0.77% | 0.42% | - |
| XYZ | 4.27 | 2.41 | 14.15 | - |
| YUV | 41.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 107 | 0.54 | 0.77 | 0 | 0.58 | 257.56 | 0.62 | 0.26 |
| Hex | 31 | 19 | 6B | 36 | 4D | 0 | 3A | 102 | 3E | 1A |
| Octal | 61 | 31 | 153 | 66 | 115 | 0 | 72 | 402 | 76 | 32 |
| Binary | 110001 | 11001 | 1101011 | 110110 | 1001101 | 0 | 111010 | 100000010 | 111110 | 11010 |
Color Harmonies of #31196B
Complementary color
Monochromatic Colors of #31196B
Black with #31196B
Text Example
Text Example
White with #31196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31196B; }
p { color: rgb(49,25,107); }
H1.HeaderClassName
{
color: #31196B;
}
.AnyTagClassName
{
color: #31196B;
}
</style>
background-color css
<style>
a { background-color: #31196B; }
a { background-color: rgb(49,25,107); }
div.DivClassName
{
background-color: #31196B;
}
.BgClassName
{
background-color: #31196B;
}
</style>
border-color css
<style>
span { border-color: #31196B; }
span { border-color: rgb(49,25,107); }
td.TdClassName
{
border-color: #31196B;
}
.TagClassName
{
border-color: #31196B;
}
</style>