Shades of Christalle #3B055A
Tints of Christalle #3B055A
RGB
CMYK
RGB Variations
Color information
#3B055A (or 0x3B055A) is known color: Christalle. HEX triplet: 3B, 05 and 5A. RGB value is (59,5,90). Sum of RGB (Red+Green+Blue) = 59+5+90=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B055A is #C4FAA5. Grayscale: #1E1E1E. Windows color (decimal): -12909222 or 5899579. OLE color: 5899579.
HSL color Cylindrical-coordinate representation of color #3B055A: hue angle of 278.12º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B055A is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 5 | 90 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.65 |
| HSL | 278.12º | 0.89% | 0.19% | - |
| HSV(B) | 278.12º | 0.94% | 0.35% | - |
| XYZ | 3.7 | 1.78 | 9.82 | - |
| YUV | 30.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 5 | 90 | 0.34 | 0.94 | 0 | 0.65 | 278.12 | 0.89 | 0.19 |
| Hex | 3B | 5 | 5A | 22 | 5E | 0 | 41 | 116 | 59 | 13 |
| Octal | 73 | 5 | 132 | 42 | 136 | 0 | 101 | 426 | 131 | 23 |
| Binary | 111011 | 101 | 1011010 | 100010 | 1011110 | 0 | 1000001 | 100010110 | 1011001 | 10011 |
Color Harmonies of #3B055A
Complementary color
Monochromatic Colors of #3B055A
Black with #3B055A
Text Example
Text Example
White with #3B055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B055A; }
p { color: rgb(59,5,90); }
H1.HeaderClassName
{
color: #3B055A;
}
.AnyTagClassName
{
color: #3B055A;
}
</style>
background-color css
<style>
a { background-color: #3B055A; }
a { background-color: rgb(59,5,90); }
div.DivClassName
{
background-color: #3B055A;
}
.BgClassName
{
background-color: #3B055A;
}
</style>
border-color css
<style>
span { border-color: #3B055A; }
span { border-color: rgb(59,5,90); }
td.TdClassName
{
border-color: #3B055A;
}
.TagClassName
{
border-color: #3B055A;
}
</style>