Shades of Christalle #31015C
Tints of Christalle #31015C
RGB
CMYK
RGB Variations
Color information
#31015C (or 0x31015C) is known color: Christalle. HEX triplet: 31, 01 and 5C. RGB value is (49,1,92). Sum of RGB (Red+Green+Blue) = 49+1+92=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #31015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31015C is #CEFEA3. Grayscale: #191919. Windows color (decimal): -13565604 or 6029617. OLE color: 6029617.
HSL color Cylindrical-coordinate representation of color #31015C: hue angle of 271.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31015C is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 1 | 92 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.64 |
| HSL | 271.65º | 0.98% | 0.18% | - |
| HSV(B) | 271.65º | 0.99% | 0.36% | - |
| XYZ | 3.21 | 1.45 | 10.24 | - |
| YUV | 25.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 92 | 0.47 | 0.99 | 0 | 0.64 | 271.65 | 0.98 | 0.18 |
| Hex | 31 | 1 | 5C | 2F | 63 | 0 | 40 | 110 | 62 | 12 |
| Octal | 61 | 1 | 134 | 57 | 143 | 0 | 100 | 420 | 142 | 22 |
| Binary | 110001 | 1 | 1011100 | 101111 | 1100011 | 0 | 1000000 | 100010000 | 1100010 | 10010 |
Color Harmonies of #31015C
Complementary color
Monochromatic Colors of #31015C
Black with #31015C
Text Example
Text Example
White with #31015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31015C; }
p { color: rgb(49,1,92); }
H1.HeaderClassName
{
color: #31015C;
}
.AnyTagClassName
{
color: #31015C;
}
</style>
background-color css
<style>
a { background-color: #31015C; }
a { background-color: rgb(49,1,92); }
div.DivClassName
{
background-color: #31015C;
}
.BgClassName
{
background-color: #31015C;
}
</style>
border-color css
<style>
span { border-color: #31015C; }
span { border-color: rgb(49,1,92); }
td.TdClassName
{
border-color: #31015C;
}
.TagClassName
{
border-color: #31015C;
}
</style>