Shades of Christalle #371B5B
Tints of Christalle #371B5B
RGB
CMYK
RGB Variations
Color information
#371B5B (or 0x371B5B) is known color: Christalle. HEX triplet: 37, 1B and 5B. RGB value is (55,27,91). Sum of RGB (Red+Green+Blue) = 55+27+91=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #371B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B5B is #C8E4A4. Grayscale: #2A2A2A. Windows color (decimal): -13165733 or 5970743. OLE color: 5970743.
HSL color Cylindrical-coordinate representation of color #371B5B: hue angle of 266.25º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #371B5B is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 27 | 91 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.64 |
| HSL | 266.25º | 0.54% | 0.23% | - |
| HSV(B) | 266.25º | 0.7% | 0.36% | - |
| XYZ | 3.86 | 2.35 | 10.15 | - |
| YUV | 42.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 91 | 0.40 | 0.70 | 0 | 0.64 | 266.25 | 0.54 | 0.23 |
| Hex | 37 | 1B | 5B | 28 | 46 | 0 | 40 | 10A | 36 | 17 |
| Octal | 67 | 33 | 133 | 50 | 106 | 0 | 100 | 412 | 66 | 27 |
| Binary | 110111 | 11011 | 1011011 | 101000 | 1000110 | 0 | 1000000 | 100001010 | 110110 | 10111 |
Color Harmonies of #371B5B
Complementary color
Monochromatic Colors of #371B5B
Black with #371B5B
Text Example
Text Example
White with #371B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371B5B; }
p { color: rgb(55,27,91); }
H1.HeaderClassName
{
color: #371B5B;
}
.AnyTagClassName
{
color: #371B5B;
}
</style>
background-color css
<style>
a { background-color: #371B5B; }
a { background-color: rgb(55,27,91); }
div.DivClassName
{
background-color: #371B5B;
}
.BgClassName
{
background-color: #371B5B;
}
</style>
border-color css
<style>
span { border-color: #371B5B; }
span { border-color: rgb(55,27,91); }
td.TdClassName
{
border-color: #371B5B;
}
.TagClassName
{
border-color: #371B5B;
}
</style>