Shades of Christalle #3B156B
Tints of Christalle #3B156B
RGB
CMYK
RGB Variations
Color information
#3B156B (or 0x3B156B) is known color: Christalle. HEX triplet: 3B, 15 and 6B. RGB value is (59,21,107). Sum of RGB (Red+Green+Blue) = 59+21+107=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B156B is #C4EA94. Grayscale: #292929. Windows color (decimal): -12905109 or 7017787. OLE color: 7017787.
HSL color Cylindrical-coordinate representation of color #3B156B: hue angle of 266.51º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B156B is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 21 | 107 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.58 |
| HSL | 266.51º | 0.67% | 0.25% | - |
| HSV(B) | 266.51º | 0.8% | 0.42% | - |
| XYZ | 4.73 | 2.53 | 14.15 | - |
| YUV | 42.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 21 | 107 | 0.45 | 0.80 | 0 | 0.58 | 266.51 | 0.67 | 0.25 |
| Hex | 3B | 15 | 6B | 2D | 50 | 0 | 3A | 10B | 43 | 19 |
| Octal | 73 | 25 | 153 | 55 | 120 | 0 | 72 | 413 | 103 | 31 |
| Binary | 111011 | 10101 | 1101011 | 101101 | 1010000 | 0 | 111010 | 100001011 | 1000011 | 11001 |
Color Harmonies of #3B156B
Complementary color
Monochromatic Colors of #3B156B
Black with #3B156B
Text Example
Text Example
White with #3B156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B156B; }
p { color: rgb(59,21,107); }
H1.HeaderClassName
{
color: #3B156B;
}
.AnyTagClassName
{
color: #3B156B;
}
</style>
background-color css
<style>
a { background-color: #3B156B; }
a { background-color: rgb(59,21,107); }
div.DivClassName
{
background-color: #3B156B;
}
.BgClassName
{
background-color: #3B156B;
}
</style>
border-color css
<style>
span { border-color: #3B156B; }
span { border-color: rgb(59,21,107); }
td.TdClassName
{
border-color: #3B156B;
}
.TagClassName
{
border-color: #3B156B;
}
</style>