Shades of Christalle #31095A
Tints of Christalle #31095A
RGB
CMYK
RGB Variations
Color information
#31095A (or 0x31095A) is known color: Christalle. HEX triplet: 31, 09 and 5A. RGB value is (49,9,90). Sum of RGB (Red+Green+Blue) = 49+9+90=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #31095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31095A is #CEF6A5. Grayscale: #1D1D1D. Windows color (decimal): -13563558 or 5900593. OLE color: 5900593.
HSL color Cylindrical-coordinate representation of color #31095A: hue angle of 269.63º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31095A is Cyan = 0.46, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 9 | 90 | - |
| CMYK | 0.46 | 0.9 | 0 | 0.65 |
| HSL | 269.63º | 0.82% | 0.19% | - |
| HSV(B) | 269.63º | 0.9% | 0.35% | - |
| XYZ | 3.21 | 1.59 | 9.81 | - |
| YUV | 30.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 90 | 0.46 | 0.9 | 0 | 0.65 | 269.63 | 0.82 | 0.19 |
| Hex | 31 | 9 | 5A | 2E | 5A | 0 | 41 | 10E | 52 | 13 |
| Octal | 61 | 11 | 132 | 56 | 132 | 0 | 101 | 416 | 122 | 23 |
| Binary | 110001 | 1001 | 1011010 | 101110 | 1011010 | 0 | 1000001 | 100001110 | 1010010 | 10011 |
Color Harmonies of #31095A
Complementary color
Monochromatic Colors of #31095A
Black with #31095A
Text Example
Text Example
White with #31095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31095A; }
p { color: rgb(49,9,90); }
H1.HeaderClassName
{
color: #31095A;
}
.AnyTagClassName
{
color: #31095A;
}
</style>
background-color css
<style>
a { background-color: #31095A; }
a { background-color: rgb(49,9,90); }
div.DivClassName
{
background-color: #31095A;
}
.BgClassName
{
background-color: #31095A;
}
</style>
border-color css
<style>
span { border-color: #31095A; }
span { border-color: rgb(49,9,90); }
td.TdClassName
{
border-color: #31095A;
}
.TagClassName
{
border-color: #31095A;
}
</style>