Shades of Christalle #3B165A
Tints of Christalle #3B165A
RGB
CMYK
RGB Variations
Color information
#3B165A (or 0x3B165A) is known color: Christalle. HEX triplet: 3B, 16 and 5A. RGB value is (59,22,90). Sum of RGB (Red+Green+Blue) = 59+22+90=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B165A is #C4E9A5. Grayscale: #282828. Windows color (decimal): -12904870 or 5903931. OLE color: 5903931.
HSL color Cylindrical-coordinate representation of color #3B165A: hue angle of 272.65º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B165A is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 22 | 90 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.65 |
| HSL | 272.65º | 0.61% | 0.22% | - |
| HSV(B) | 272.65º | 0.76% | 0.35% | - |
| XYZ | 3.94 | 2.24 | 9.9 | - |
| YUV | 40.82 | 155.76 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 90 | 0.34 | 0.76 | 0 | 0.65 | 272.65 | 0.61 | 0.22 |
| Hex | 3B | 16 | 5A | 22 | 4C | 0 | 41 | 111 | 3D | 16 |
| Octal | 73 | 26 | 132 | 42 | 114 | 0 | 101 | 421 | 75 | 26 |
| Binary | 111011 | 10110 | 1011010 | 100010 | 1001100 | 0 | 1000001 | 100010001 | 111101 | 10110 |
Color Harmonies of #3B165A
Complementary color
Monochromatic Colors of #3B165A
Black with #3B165A
Text Example
Text Example
White with #3B165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B165A; }
p { color: rgb(59,22,90); }
H1.HeaderClassName
{
color: #3B165A;
}
.AnyTagClassName
{
color: #3B165A;
}
</style>
background-color css
<style>
a { background-color: #3B165A; }
a { background-color: rgb(59,22,90); }
div.DivClassName
{
background-color: #3B165A;
}
.BgClassName
{
background-color: #3B165A;
}
</style>
border-color css
<style>
span { border-color: #3B165A; }
span { border-color: rgb(59,22,90); }
td.TdClassName
{
border-color: #3B165A;
}
.TagClassName
{
border-color: #3B165A;
}
</style>