Shades of Christalle #3A135D
Tints of Christalle #3A135D
RGB
CMYK
RGB Variations
Color information
#3A135D (or 0x3A135D) is known color: Christalle. HEX triplet: 3A, 13 and 5D. RGB value is (58,19,93). Sum of RGB (Red+Green+Blue) = 58+19+93=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A135D is #C5ECA2. Grayscale: #262626. Windows color (decimal): -12971171 or 6099770. OLE color: 6099770.
HSL color Cylindrical-coordinate representation of color #3A135D: hue angle of 271.62º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A135D is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 19 | 93 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.64 |
| HSL | 271.62º | 0.66% | 0.22% | - |
| HSV(B) | 271.62º | 0.8% | 0.36% | - |
| XYZ | 3.95 | 2.16 | 10.56 | - |
| YUV | 39.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 93 | 0.38 | 0.80 | 0 | 0.64 | 271.62 | 0.66 | 0.22 |
| Hex | 3A | 13 | 5D | 26 | 50 | 0 | 40 | 110 | 42 | 16 |
| Octal | 72 | 23 | 135 | 46 | 120 | 0 | 100 | 420 | 102 | 26 |
| Binary | 111010 | 10011 | 1011101 | 100110 | 1010000 | 0 | 1000000 | 100010000 | 1000010 | 10110 |
Color Harmonies of #3A135D
Complementary color
Monochromatic Colors of #3A135D
Black with #3A135D
Text Example
Text Example
White with #3A135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A135D; }
p { color: rgb(58,19,93); }
H1.HeaderClassName
{
color: #3A135D;
}
.AnyTagClassName
{
color: #3A135D;
}
</style>
background-color css
<style>
a { background-color: #3A135D; }
a { background-color: rgb(58,19,93); }
div.DivClassName
{
background-color: #3A135D;
}
.BgClassName
{
background-color: #3A135D;
}
</style>
border-color css
<style>
span { border-color: #3A135D; }
span { border-color: rgb(58,19,93); }
td.TdClassName
{
border-color: #3A135D;
}
.TagClassName
{
border-color: #3A135D;
}
</style>