Shades of Christalle #3B075A
Tints of Christalle #3B075A
RGB
CMYK
RGB Variations
Color information
#3B075A (or 0x3B075A) is known color: Christalle. HEX triplet: 3B, 07 and 5A. RGB value is (59,7,90). Sum of RGB (Red+Green+Blue) = 59+7+90=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B075A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B075A is #C4F8A5. Grayscale: #1F1F1F. Windows color (decimal): -12908710 or 5900091. OLE color: 5900091.
HSL color Cylindrical-coordinate representation of color #3B075A: hue angle of 277.59º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B075A is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 7 | 90 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.65 |
| HSL | 277.59º | 0.86% | 0.19% | - |
| HSV(B) | 277.59º | 0.92% | 0.35% | - |
| XYZ | 3.73 | 1.82 | 9.83 | - |
| YUV | 32.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 7 | 90 | 0.34 | 0.92 | 0 | 0.65 | 277.59 | 0.86 | 0.19 |
| Hex | 3B | 7 | 5A | 22 | 5C | 0 | 41 | 116 | 56 | 13 |
| Octal | 73 | 7 | 132 | 42 | 134 | 0 | 101 | 426 | 126 | 23 |
| Binary | 111011 | 111 | 1011010 | 100010 | 1011100 | 0 | 1000001 | 100010110 | 1010110 | 10011 |
Color Harmonies of #3B075A
Complementary color
Monochromatic Colors of #3B075A
Black with #3B075A
Text Example
Text Example
White with #3B075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B075A; }
p { color: rgb(59,7,90); }
H1.HeaderClassName
{
color: #3B075A;
}
.AnyTagClassName
{
color: #3B075A;
}
</style>
background-color css
<style>
a { background-color: #3B075A; }
a { background-color: rgb(59,7,90); }
div.DivClassName
{
background-color: #3B075A;
}
.BgClassName
{
background-color: #3B075A;
}
</style>
border-color css
<style>
span { border-color: #3B075A; }
span { border-color: rgb(59,7,90); }
td.TdClassName
{
border-color: #3B075A;
}
.TagClassName
{
border-color: #3B075A;
}
</style>