Shades of Christalle #3B065C
Tints of Christalle #3B065C
RGB
CMYK
RGB Variations
Color information
#3B065C (or 0x3B065C) is known color: Christalle. HEX triplet: 3B, 06 and 5C. RGB value is (59,6,92). Sum of RGB (Red+Green+Blue) = 59+6+92=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B065C is #C4F9A3. Grayscale: #1F1F1F. Windows color (decimal): -12908964 or 6030907. OLE color: 6030907.
HSL color Cylindrical-coordinate representation of color #3B065C: hue angle of 276.98º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B065C is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 6 | 92 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.64 |
| HSL | 276.98º | 0.88% | 0.19% | - |
| HSV(B) | 276.98º | 0.93% | 0.36% | - |
| XYZ | 3.8 | 1.83 | 10.28 | - |
| YUV | 31.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 92 | 0.36 | 0.93 | 0 | 0.64 | 276.98 | 0.88 | 0.19 |
| Hex | 3B | 6 | 5C | 24 | 5D | 0 | 40 | 115 | 58 | 13 |
| Octal | 73 | 6 | 134 | 44 | 135 | 0 | 100 | 425 | 130 | 23 |
| Binary | 111011 | 110 | 1011100 | 100100 | 1011101 | 0 | 1000000 | 100010101 | 1011000 | 10011 |
Color Harmonies of #3B065C
Complementary color
Monochromatic Colors of #3B065C
Black with #3B065C
Text Example
Text Example
White with #3B065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B065C; }
p { color: rgb(59,6,92); }
H1.HeaderClassName
{
color: #3B065C;
}
.AnyTagClassName
{
color: #3B065C;
}
</style>
background-color css
<style>
a { background-color: #3B065C; }
a { background-color: rgb(59,6,92); }
div.DivClassName
{
background-color: #3B065C;
}
.BgClassName
{
background-color: #3B065C;
}
</style>
border-color css
<style>
span { border-color: #3B065C; }
span { border-color: rgb(59,6,92); }
td.TdClassName
{
border-color: #3B065C;
}
.TagClassName
{
border-color: #3B065C;
}
</style>