Shades of Christalle #3A265D
Tints of Christalle #3A265D
RGB
CMYK
RGB Variations
Color information
#3A265D (or 0x3A265D) is known color: Christalle. HEX triplet: 3A, 26 and 5D. RGB value is (58,38,93). Sum of RGB (Red+Green+Blue) = 58+38+93=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A265D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A265D is #C5D9A2. Grayscale: #323232. Windows color (decimal): -12966307 or 6104634. OLE color: 6104634.
HSL color Cylindrical-coordinate representation of color #3A265D: hue angle of 261.82º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A265D is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 38 | 93 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.64 |
| HSL | 261.82º | 0.42% | 0.26% | - |
| HSV(B) | 261.82º | 0.59% | 0.36% | - |
| XYZ | 4.41 | 3.08 | 10.72 | - |
| YUV | 50.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 93 | 0.38 | 0.59 | 0 | 0.64 | 261.82 | 0.42 | 0.26 |
| Hex | 3A | 26 | 5D | 26 | 3B | 0 | 40 | 106 | 2A | 1A |
| Octal | 72 | 46 | 135 | 46 | 73 | 0 | 100 | 406 | 52 | 32 |
| Binary | 111010 | 100110 | 1011101 | 100110 | 111011 | 0 | 1000000 | 100000110 | 101010 | 11010 |
Color Harmonies of #3A265D
Complementary color
Monochromatic Colors of #3A265D
Black with #3A265D
Text Example
Text Example
White with #3A265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A265D; }
p { color: rgb(58,38,93); }
H1.HeaderClassName
{
color: #3A265D;
}
.AnyTagClassName
{
color: #3A265D;
}
</style>
background-color css
<style>
a { background-color: #3A265D; }
a { background-color: rgb(58,38,93); }
div.DivClassName
{
background-color: #3A265D;
}
.BgClassName
{
background-color: #3A265D;
}
</style>
border-color css
<style>
span { border-color: #3A265D; }
span { border-color: rgb(58,38,93); }
td.TdClassName
{
border-color: #3A265D;
}
.TagClassName
{
border-color: #3A265D;
}
</style>