Shades of Christalle #3B0A5E
Tints of Christalle #3B0A5E
RGB
CMYK
RGB Variations
Color information
#3B0A5E (or 0x3B0A5E) is known color: Christalle. HEX triplet: 3B, 0A and 5E. RGB value is (59,10,94). Sum of RGB (Red+Green+Blue) = 59+10+94=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B0A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0A5E is #C4F5A1. Grayscale: #212121. Windows color (decimal): -12907938 or 6163003. OLE color: 6163003.
HSL color Cylindrical-coordinate representation of color #3B0A5E: hue angle of 275º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B0A5E is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 10 | 94 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.63 |
| HSL | 275º | 0.81% | 0.2% | - |
| HSV(B) | 275º | 0.89% | 0.37% | - |
| XYZ | 3.93 | 1.96 | 10.76 | - |
| YUV | 34.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 10 | 94 | 0.37 | 0.89 | 0 | 0.63 | 275 | 0.81 | 0.2 |
| Hex | 3B | A | 5E | 25 | 59 | 0 | 3F | 113 | 51 | 14 |
| Octal | 73 | 12 | 136 | 45 | 131 | 0 | 77 | 423 | 121 | 24 |
| Binary | 111011 | 1010 | 1011110 | 100101 | 1011001 | 0 | 111111 | 100010011 | 1010001 | 10100 |
Color Harmonies of #3B0A5E
Complementary color
Monochromatic Colors of #3B0A5E
Black with #3B0A5E
Text Example
Text Example
White with #3B0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0A5E; }
p { color: rgb(59,10,94); }
H1.HeaderClassName
{
color: #3B0A5E;
}
.AnyTagClassName
{
color: #3B0A5E;
}
</style>
background-color css
<style>
a { background-color: #3B0A5E; }
a { background-color: rgb(59,10,94); }
div.DivClassName
{
background-color: #3B0A5E;
}
.BgClassName
{
background-color: #3B0A5E;
}
</style>
border-color css
<style>
span { border-color: #3B0A5E; }
span { border-color: rgb(59,10,94); }
td.TdClassName
{
border-color: #3B0A5E;
}
.TagClassName
{
border-color: #3B0A5E;
}
</style>