Shades of Christalle #3A195D
Tints of Christalle #3A195D
RGB
CMYK
RGB Variations
Color information
#3A195D (or 0x3A195D) is known color: Christalle. HEX triplet: 3A, 19 and 5D. RGB value is (58,25,93). Sum of RGB (Red+Green+Blue) = 58+25+93=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A195D is #C5E6A2. Grayscale: #2A2A2A. Windows color (decimal): -12969635 or 6101306. OLE color: 6101306.
HSL color Cylindrical-coordinate representation of color #3A195D: hue angle of 269.12º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A195D is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 25 | 93 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.64 |
| HSL | 269.12º | 0.58% | 0.23% | - |
| HSV(B) | 269.12º | 0.73% | 0.36% | - |
| XYZ | 4.07 | 2.39 | 10.6 | - |
| YUV | 42.62 | 156.43 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 93 | 0.38 | 0.73 | 0 | 0.64 | 269.12 | 0.58 | 0.23 |
| Hex | 3A | 19 | 5D | 26 | 49 | 0 | 40 | 10D | 3A | 17 |
| Octal | 72 | 31 | 135 | 46 | 111 | 0 | 100 | 415 | 72 | 27 |
| Binary | 111010 | 11001 | 1011101 | 100110 | 1001001 | 0 | 1000000 | 100001101 | 111010 | 10111 |
Color Harmonies of #3A195D
Complementary color
Monochromatic Colors of #3A195D
Black with #3A195D
Text Example
Text Example
White with #3A195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A195D; }
p { color: rgb(58,25,93); }
H1.HeaderClassName
{
color: #3A195D;
}
.AnyTagClassName
{
color: #3A195D;
}
</style>
background-color css
<style>
a { background-color: #3A195D; }
a { background-color: rgb(58,25,93); }
div.DivClassName
{
background-color: #3A195D;
}
.BgClassName
{
background-color: #3A195D;
}
</style>
border-color css
<style>
span { border-color: #3A195D; }
span { border-color: rgb(58,25,93); }
td.TdClassName
{
border-color: #3A195D;
}
.TagClassName
{
border-color: #3A195D;
}
</style>