Shades of Christalle #371A54
Tints of Christalle #371A54
RGB
CMYK
RGB Variations
Color information
#371A54 (or 0x371A54) is known color: Christalle. HEX triplet: 37, 1A and 54. RGB value is (55,26,84). Sum of RGB (Red+Green+Blue) = 55+26+84=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #371A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A54 is #C8E5AB. Grayscale: #292929. Windows color (decimal): -13165996 or 5511735. OLE color: 5511735.
HSL color Cylindrical-coordinate representation of color #371A54: hue angle of 270º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371A54 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 26 | 84 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.67 |
| HSL | 270º | 0.53% | 0.22% | - |
| HSV(B) | 270º | 0.69% | 0.33% | - |
| XYZ | 3.55 | 2.19 | 8.62 | - |
| YUV | 41.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 84 | 0.35 | 0.69 | 0 | 0.67 | 270 | 0.53 | 0.22 |
| Hex | 37 | 1A | 54 | 23 | 45 | 0 | 43 | 10E | 35 | 16 |
| Octal | 67 | 32 | 124 | 43 | 105 | 0 | 103 | 416 | 65 | 26 |
| Binary | 110111 | 11010 | 1010100 | 100011 | 1000101 | 0 | 1000011 | 100001110 | 110101 | 10110 |
Color Harmonies of #371A54
Complementary color
Monochromatic Colors of #371A54
Black with #371A54
Text Example
Text Example
White with #371A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A54; }
p { color: rgb(55,26,84); }
H1.HeaderClassName
{
color: #371A54;
}
.AnyTagClassName
{
color: #371A54;
}
</style>
background-color css
<style>
a { background-color: #371A54; }
a { background-color: rgb(55,26,84); }
div.DivClassName
{
background-color: #371A54;
}
.BgClassName
{
background-color: #371A54;
}
</style>
border-color css
<style>
span { border-color: #371A54; }
span { border-color: rgb(55,26,84); }
td.TdClassName
{
border-color: #371A54;
}
.TagClassName
{
border-color: #371A54;
}
</style>