Shades of Christalle #3A2563
Tints of Christalle #3A2563
RGB
CMYK
RGB Variations
Color information
#3A2563 (or 0x3A2563) is known color: Christalle. HEX triplet: 3A, 25 and 63. RGB value is (58,37,99). Sum of RGB (Red+Green+Blue) = 58+37+99=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A2563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2563 is #C5DA9C. Grayscale: #323232. Windows color (decimal): -12966557 or 6497594. OLE color: 6497594.
HSL color Cylindrical-coordinate representation of color #3A2563: hue angle of 260.32º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A2563 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 37 | 99 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.61 |
| HSL | 260.32º | 0.46% | 0.27% | - |
| HSV(B) | 260.32º | 0.63% | 0.39% | - |
| XYZ | 4.66 | 3.12 | 12.16 | - |
| YUV | 50.35 | 155.46 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 37 | 99 | 0.41 | 0.63 | 0 | 0.61 | 260.32 | 0.46 | 0.27 |
| Hex | 3A | 25 | 63 | 29 | 3F | 0 | 3D | 104 | 2E | 1B |
| Octal | 72 | 45 | 143 | 51 | 77 | 0 | 75 | 404 | 56 | 33 |
| Binary | 111010 | 100101 | 1100011 | 101001 | 111111 | 0 | 111101 | 100000100 | 101110 | 11011 |
Color Harmonies of #3A2563
Complementary color
Monochromatic Colors of #3A2563
Black with #3A2563
Text Example
Text Example
White with #3A2563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2563; }
p { color: rgb(58,37,99); }
H1.HeaderClassName
{
color: #3A2563;
}
.AnyTagClassName
{
color: #3A2563;
}
</style>
background-color css
<style>
a { background-color: #3A2563; }
a { background-color: rgb(58,37,99); }
div.DivClassName
{
background-color: #3A2563;
}
.BgClassName
{
background-color: #3A2563;
}
</style>
border-color css
<style>
span { border-color: #3A2563; }
span { border-color: rgb(58,37,99); }
td.TdClassName
{
border-color: #3A2563;
}
.TagClassName
{
border-color: #3A2563;
}
</style>