Shades of Christalle #3B205A
Tints of Christalle #3B205A
RGB
CMYK
RGB Variations
Color information
#3B205A (or 0x3B205A) is known color: Christalle. HEX triplet: 3B, 20 and 5A. RGB value is (59,32,90). Sum of RGB (Red+Green+Blue) = 59+32+90=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B205A is #C4DFA5. Grayscale: #2E2E2E. Windows color (decimal): -12902310 or 5906491. OLE color: 5906491.
HSL color Cylindrical-coordinate representation of color #3B205A: hue angle of 267.93º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B205A is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 32 | 90 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.65 |
| HSL | 267.93º | 0.48% | 0.24% | - |
| HSV(B) | 267.93º | 0.64% | 0.35% | - |
| XYZ | 4.17 | 2.7 | 9.97 | - |
| YUV | 46.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 90 | 0.34 | 0.64 | 0 | 0.65 | 267.93 | 0.48 | 0.24 |
| Hex | 3B | 20 | 5A | 22 | 40 | 0 | 41 | 10C | 30 | 18 |
| Octal | 73 | 40 | 132 | 42 | 100 | 0 | 101 | 414 | 60 | 30 |
| Binary | 111011 | 100000 | 1011010 | 100010 | 1000000 | 0 | 1000001 | 100001100 | 110000 | 11000 |
Color Harmonies of #3B205A
Complementary color
Monochromatic Colors of #3B205A
Black with #3B205A
Text Example
Text Example
White with #3B205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B205A; }
p { color: rgb(59,32,90); }
H1.HeaderClassName
{
color: #3B205A;
}
.AnyTagClassName
{
color: #3B205A;
}
</style>
background-color css
<style>
a { background-color: #3B205A; }
a { background-color: rgb(59,32,90); }
div.DivClassName
{
background-color: #3B205A;
}
.BgClassName
{
background-color: #3B205A;
}
</style>
border-color css
<style>
span { border-color: #3B205A; }
span { border-color: rgb(59,32,90); }
td.TdClassName
{
border-color: #3B205A;
}
.TagClassName
{
border-color: #3B205A;
}
</style>