Shades of Christalle #3A2662
Tints of Christalle #3A2662
RGB
CMYK
RGB Variations
Color information
#3A2662 (or 0x3A2662) is known color: Christalle. HEX triplet: 3A, 26 and 62. RGB value is (58,38,98). Sum of RGB (Red+Green+Blue) = 58+38+98=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A2662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2662 is #C5D99D. Grayscale: #323232. Windows color (decimal): -12966302 or 6432314. OLE color: 6432314.
HSL color Cylindrical-coordinate representation of color #3A2662: hue angle of 260º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A2662 is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 38 | 98 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.62 |
| HSL | 260º | 0.44% | 0.27% | - |
| HSV(B) | 260º | 0.61% | 0.38% | - |
| XYZ | 4.64 | 3.17 | 11.92 | - |
| YUV | 50.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 98 | 0.41 | 0.61 | 0 | 0.62 | 260 | 0.44 | 0.27 |
| Hex | 3A | 26 | 62 | 29 | 3D | 0 | 3E | 104 | 2C | 1B |
| Octal | 72 | 46 | 142 | 51 | 75 | 0 | 76 | 404 | 54 | 33 |
| Binary | 111010 | 100110 | 1100010 | 101001 | 111101 | 0 | 111110 | 100000100 | 101100 | 11011 |
Color Harmonies of #3A2662
Complementary color
Monochromatic Colors of #3A2662
Black with #3A2662
Text Example
Text Example
White with #3A2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2662; }
p { color: rgb(58,38,98); }
H1.HeaderClassName
{
color: #3A2662;
}
.AnyTagClassName
{
color: #3A2662;
}
</style>
background-color css
<style>
a { background-color: #3A2662; }
a { background-color: rgb(58,38,98); }
div.DivClassName
{
background-color: #3A2662;
}
.BgClassName
{
background-color: #3A2662;
}
</style>
border-color css
<style>
span { border-color: #3A2662; }
span { border-color: rgb(58,38,98); }
td.TdClassName
{
border-color: #3A2662;
}
.TagClassName
{
border-color: #3A2662;
}
</style>