Shades of Christalle #3A265E
Tints of Christalle #3A265E
RGB
CMYK
RGB Variations
Color information
#3A265E (or 0x3A265E) is known color: Christalle. HEX triplet: 3A, 26 and 5E. RGB value is (58,38,94). Sum of RGB (Red+Green+Blue) = 58+38+94=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A265E is #C5D9A1. Grayscale: #323232. Windows color (decimal): -12966306 or 6170170. OLE color: 6170170.
HSL color Cylindrical-coordinate representation of color #3A265E: hue angle of 261.43º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A265E is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 38 | 94 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.63 |
| HSL | 261.43º | 0.42% | 0.26% | - |
| HSV(B) | 261.43º | 0.6% | 0.37% | - |
| XYZ | 4.46 | 3.09 | 10.95 | - |
| YUV | 50.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 94 | 0.38 | 0.60 | 0 | 0.63 | 261.43 | 0.42 | 0.26 |
| Hex | 3A | 26 | 5E | 26 | 3C | 0 | 3F | 105 | 2A | 1A |
| Octal | 72 | 46 | 136 | 46 | 74 | 0 | 77 | 405 | 52 | 32 |
| Binary | 111010 | 100110 | 1011110 | 100110 | 111100 | 0 | 111111 | 100000101 | 101010 | 11010 |
Color Harmonies of #3A265E
Complementary color
Monochromatic Colors of #3A265E
Black with #3A265E
Text Example
Text Example
White with #3A265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A265E; }
p { color: rgb(58,38,94); }
H1.HeaderClassName
{
color: #3A265E;
}
.AnyTagClassName
{
color: #3A265E;
}
</style>
background-color css
<style>
a { background-color: #3A265E; }
a { background-color: rgb(58,38,94); }
div.DivClassName
{
background-color: #3A265E;
}
.BgClassName
{
background-color: #3A265E;
}
</style>
border-color css
<style>
span { border-color: #3A265E; }
span { border-color: rgb(58,38,94); }
td.TdClassName
{
border-color: #3A265E;
}
.TagClassName
{
border-color: #3A265E;
}
</style>