Shades of Christalle #3B0666
Tints of Christalle #3B0666
RGB
CMYK
RGB Variations
Color information
#3B0666 (or 0x3B0666) is known color: Christalle. HEX triplet: 3B, 06 and 66. RGB value is (59,6,102). Sum of RGB (Red+Green+Blue) = 59+6+102=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B0666 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0666 is #C4F999. Grayscale: #202020. Windows color (decimal): -12908954 or 6686267. OLE color: 6686267.
HSL color Cylindrical-coordinate representation of color #3B0666: hue angle of 273.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0666 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 6 | 102 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.6 |
| HSL | 273.13º | 0.89% | 0.21% | - |
| HSV(B) | 273.13º | 0.94% | 0.4% | - |
| XYZ | 4.27 | 2.02 | 12.74 | - |
| YUV | 32.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 102 | 0.42 | 0.94 | 0 | 0.6 | 273.13 | 0.89 | 0.21 |
| Hex | 3B | 6 | 66 | 2A | 5E | 0 | 3C | 111 | 59 | 15 |
| Octal | 73 | 6 | 146 | 52 | 136 | 0 | 74 | 421 | 131 | 25 |
| Binary | 111011 | 110 | 1100110 | 101010 | 1011110 | 0 | 111100 | 100010001 | 1011001 | 10101 |
Color Harmonies of #3B0666
Complementary color
Monochromatic Colors of #3B0666
Black with #3B0666
Text Example
Text Example
White with #3B0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0666; }
p { color: rgb(59,6,102); }
H1.HeaderClassName
{
color: #3B0666;
}
.AnyTagClassName
{
color: #3B0666;
}
</style>
background-color css
<style>
a { background-color: #3B0666; }
a { background-color: rgb(59,6,102); }
div.DivClassName
{
background-color: #3B0666;
}
.BgClassName
{
background-color: #3B0666;
}
</style>
border-color css
<style>
span { border-color: #3B0666; }
span { border-color: rgb(59,6,102); }
td.TdClassName
{
border-color: #3B0666;
}
.TagClassName
{
border-color: #3B0666;
}
</style>