Shades of Christalle #31025D
Tints of Christalle #31025D
RGB
CMYK
RGB Variations
Color information
#31025D (or 0x31025D) is known color: Christalle. HEX triplet: 31, 02 and 5D. RGB value is (49,2,93). Sum of RGB (Red+Green+Blue) = 49+2+93=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #31025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31025D is #CEFDA2. Grayscale: #1A1A1A. Windows color (decimal): -13565347 or 6095409. OLE color: 6095409.
HSL color Cylindrical-coordinate representation of color #31025D: hue angle of 270.99º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31025D is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 2 | 93 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.64 |
| HSL | 270.99º | 0.96% | 0.19% | - |
| HSV(B) | 270.99º | 0.98% | 0.36% | - |
| XYZ | 3.26 | 1.49 | 10.47 | - |
| YUV | 26.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 93 | 0.47 | 0.98 | 0 | 0.64 | 270.99 | 0.96 | 0.19 |
| Hex | 31 | 2 | 5D | 2F | 62 | 0 | 40 | 10F | 60 | 13 |
| Octal | 61 | 2 | 135 | 57 | 142 | 0 | 100 | 417 | 140 | 23 |
| Binary | 110001 | 10 | 1011101 | 101111 | 1100010 | 0 | 1000000 | 100001111 | 1100000 | 10011 |
Color Harmonies of #31025D
Complementary color
Monochromatic Colors of #31025D
Black with #31025D
Text Example
Text Example
White with #31025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31025D; }
p { color: rgb(49,2,93); }
H1.HeaderClassName
{
color: #31025D;
}
.AnyTagClassName
{
color: #31025D;
}
</style>
background-color css
<style>
a { background-color: #31025D; }
a { background-color: rgb(49,2,93); }
div.DivClassName
{
background-color: #31025D;
}
.BgClassName
{
background-color: #31025D;
}
</style>
border-color css
<style>
span { border-color: #31025D; }
span { border-color: rgb(49,2,93); }
td.TdClassName
{
border-color: #31025D;
}
.TagClassName
{
border-color: #31025D;
}
</style>