Shades of Christalle #311A58
Tints of Christalle #311A58
RGB
CMYK
RGB Variations
Color information
#311A58 (or 0x311A58) is known color: Christalle. HEX triplet: 31, 1A and 58. RGB value is (49,26,88). Sum of RGB (Red+Green+Blue) = 49+26+88=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #311A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A58 is #CEE5A7. Grayscale: #272727. Windows color (decimal): -13559208 or 5773873. OLE color: 5773873.
HSL color Cylindrical-coordinate representation of color #311A58: hue angle of 262.26º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311A58 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 26 | 88 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.65 |
| HSL | 262.26º | 0.54% | 0.22% | - |
| HSV(B) | 262.26º | 0.7% | 0.35% | - |
| XYZ | 3.4 | 2.1 | 9.46 | - |
| YUV | 39.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 88 | 0.44 | 0.70 | 0 | 0.65 | 262.26 | 0.54 | 0.22 |
| Hex | 31 | 1A | 58 | 2C | 46 | 0 | 41 | 106 | 36 | 16 |
| Octal | 61 | 32 | 130 | 54 | 106 | 0 | 101 | 406 | 66 | 26 |
| Binary | 110001 | 11010 | 1011000 | 101100 | 1000110 | 0 | 1000001 | 100000110 | 110110 | 10110 |
Color Harmonies of #311A58
Complementary color
Monochromatic Colors of #311A58
Black with #311A58
Text Example
Text Example
White with #311A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A58; }
p { color: rgb(49,26,88); }
H1.HeaderClassName
{
color: #311A58;
}
.AnyTagClassName
{
color: #311A58;
}
</style>
background-color css
<style>
a { background-color: #311A58; }
a { background-color: rgb(49,26,88); }
div.DivClassName
{
background-color: #311A58;
}
.BgClassName
{
background-color: #311A58;
}
</style>
border-color css
<style>
span { border-color: #311A58; }
span { border-color: rgb(49,26,88); }
td.TdClassName
{
border-color: #311A58;
}
.TagClassName
{
border-color: #311A58;
}
</style>