Shades of Christalle #31005A
Tints of Christalle #31005A
RGB
CMYK
RGB Variations
Color information
#31005A (or 0x31005A) is known color: Christalle. HEX triplet: 31, 00 and 5A. RGB value is (49,0,90). Sum of RGB (Red+Green+Blue) = 49+0+90=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #31005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31005A is #CEFFA5. Grayscale: #181818. Windows color (decimal): -13565862 or 5898289. OLE color: 5898289.
HSL color Cylindrical-coordinate representation of color #31005A: hue angle of 272.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31005A is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 0 | 90 | - |
| CMYK | 0.46 | 1 | 0 | 0.65 |
| HSL | 272.67º | 1% | 0.18% | - |
| HSV(B) | 272.67º | 1% | 0.35% | - |
| XYZ | 3.11 | 1.39 | 9.78 | - |
| YUV | 24.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 90 | 0.46 | 1 | 0 | 0.65 | 272.67 | 1 | 0.18 |
| Hex | 31 | 0 | 5A | 2E | 64 | 0 | 41 | 111 | 64 | 12 |
| Octal | 61 | 0 | 132 | 56 | 144 | 0 | 101 | 421 | 144 | 22 |
| Binary | 110001 | 0 | 1011010 | 101110 | 1100100 | 0 | 1000001 | 100010001 | 1100100 | 10010 |
Color Harmonies of #31005A
Complementary color
Monochromatic Colors of #31005A
Black with #31005A
Text Example
Text Example
White with #31005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31005A; }
p { color: rgb(49,0,90); }
H1.HeaderClassName
{
color: #31005A;
}
.AnyTagClassName
{
color: #31005A;
}
</style>
background-color css
<style>
a { background-color: #31005A; }
a { background-color: rgb(49,0,90); }
div.DivClassName
{
background-color: #31005A;
}
.BgClassName
{
background-color: #31005A;
}
</style>
border-color css
<style>
span { border-color: #31005A; }
span { border-color: rgb(49,0,90); }
td.TdClassName
{
border-color: #31005A;
}
.TagClassName
{
border-color: #31005A;
}
</style>