Shades of Christalle #371A53
Tints of Christalle #371A53
RGB
CMYK
RGB Variations
Color information
#371A53 (or 0x371A53) is known color: Christalle. HEX triplet: 37, 1A and 53. RGB value is (55,26,83). Sum of RGB (Red+Green+Blue) = 55+26+83=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #371A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A53 is #C8E5AC. Grayscale: #282828. Windows color (decimal): -13165997 or 5446199. OLE color: 5446199.
HSL color Cylindrical-coordinate representation of color #371A53: hue angle of 270.53º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371A53 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 26 | 83 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.67 |
| HSL | 270.53º | 0.52% | 0.21% | - |
| HSV(B) | 270.53º | 0.69% | 0.33% | - |
| XYZ | 3.51 | 2.18 | 8.42 | - |
| YUV | 41.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 83 | 0.34 | 0.69 | 0 | 0.67 | 270.53 | 0.52 | 0.21 |
| Hex | 37 | 1A | 53 | 22 | 45 | 0 | 43 | 10F | 34 | 15 |
| Octal | 67 | 32 | 123 | 42 | 105 | 0 | 103 | 417 | 64 | 25 |
| Binary | 110111 | 11010 | 1010011 | 100010 | 1000101 | 0 | 1000011 | 100001111 | 110100 | 10101 |
Color Harmonies of #371A53
Complementary color
Monochromatic Colors of #371A53
Black with #371A53
Text Example
Text Example
White with #371A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371A53; }
p { color: rgb(55,26,83); }
H1.HeaderClassName
{
color: #371A53;
}
.AnyTagClassName
{
color: #371A53;
}
</style>
background-color css
<style>
a { background-color: #371A53; }
a { background-color: rgb(55,26,83); }
div.DivClassName
{
background-color: #371A53;
}
.BgClassName
{
background-color: #371A53;
}
</style>
border-color css
<style>
span { border-color: #371A53; }
span { border-color: rgb(55,26,83); }
td.TdClassName
{
border-color: #371A53;
}
.TagClassName
{
border-color: #371A53;
}
</style>