Shades of Christalle #3B0B5D
Tints of Christalle #3B0B5D
RGB
CMYK
RGB Variations
Color information
#3B0B5D (or 0x3B0B5D) is known color: Christalle. HEX triplet: 3B, 0B and 5D. RGB value is (59,11,93). Sum of RGB (Red+Green+Blue) = 59+11+93=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B0B5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0B5D is #C4F4A2. Grayscale: #222222. Windows color (decimal): -12907683 or 6097723. OLE color: 6097723.
HSL color Cylindrical-coordinate representation of color #3B0B5D: hue angle of 275.12º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0B5D is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 11 | 93 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.64 |
| HSL | 275.12º | 0.79% | 0.2% | - |
| HSV(B) | 275.12º | 0.88% | 0.36% | - |
| XYZ | 3.9 | 1.96 | 10.53 | - |
| YUV | 34.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 11 | 93 | 0.37 | 0.88 | 0 | 0.64 | 275.12 | 0.79 | 0.2 |
| Hex | 3B | B | 5D | 25 | 58 | 0 | 40 | 113 | 4F | 14 |
| Octal | 73 | 13 | 135 | 45 | 130 | 0 | 100 | 423 | 117 | 24 |
| Binary | 111011 | 1011 | 1011101 | 100101 | 1011000 | 0 | 1000000 | 100010011 | 1001111 | 10100 |
Color Harmonies of #3B0B5D
Complementary color
Monochromatic Colors of #3B0B5D
Black with #3B0B5D
Text Example
Text Example
White with #3B0B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0B5D; }
p { color: rgb(59,11,93); }
H1.HeaderClassName
{
color: #3B0B5D;
}
.AnyTagClassName
{
color: #3B0B5D;
}
</style>
background-color css
<style>
a { background-color: #3B0B5D; }
a { background-color: rgb(59,11,93); }
div.DivClassName
{
background-color: #3B0B5D;
}
.BgClassName
{
background-color: #3B0B5D;
}
</style>
border-color css
<style>
span { border-color: #3B0B5D; }
span { border-color: rgb(59,11,93); }
td.TdClassName
{
border-color: #3B0B5D;
}
.TagClassName
{
border-color: #3B0B5D;
}
</style>