Shades of Christalle #3B065D
Tints of Christalle #3B065D
RGB
CMYK
RGB Variations
Color information
#3B065D (or 0x3B065D) is known color: Christalle. HEX triplet: 3B, 06 and 5D. RGB value is (59,6,93). Sum of RGB (Red+Green+Blue) = 59+6+93=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B065D is #C4F9A2. Grayscale: #1F1F1F. Windows color (decimal): -12908963 or 6096443. OLE color: 6096443.
HSL color Cylindrical-coordinate representation of color #3B065D: hue angle of 276.55º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B065D is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 6 | 93 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.64 |
| HSL | 276.55º | 0.88% | 0.19% | - |
| HSV(B) | 276.55º | 0.94% | 0.36% | - |
| XYZ | 3.84 | 1.85 | 10.51 | - |
| YUV | 31.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 93 | 0.37 | 0.94 | 0 | 0.64 | 276.55 | 0.88 | 0.19 |
| Hex | 3B | 6 | 5D | 25 | 5E | 0 | 40 | 115 | 58 | 13 |
| Octal | 73 | 6 | 135 | 45 | 136 | 0 | 100 | 425 | 130 | 23 |
| Binary | 111011 | 110 | 1011101 | 100101 | 1011110 | 0 | 1000000 | 100010101 | 1011000 | 10011 |
Color Harmonies of #3B065D
Complementary color
Monochromatic Colors of #3B065D
Black with #3B065D
Text Example
Text Example
White with #3B065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B065D; }
p { color: rgb(59,6,93); }
H1.HeaderClassName
{
color: #3B065D;
}
.AnyTagClassName
{
color: #3B065D;
}
</style>
background-color css
<style>
a { background-color: #3B065D; }
a { background-color: rgb(59,6,93); }
div.DivClassName
{
background-color: #3B065D;
}
.BgClassName
{
background-color: #3B065D;
}
</style>
border-color css
<style>
span { border-color: #3B065D; }
span { border-color: rgb(59,6,93); }
td.TdClassName
{
border-color: #3B065D;
}
.TagClassName
{
border-color: #3B065D;
}
</style>