Shades of Christalle #3A145D
Tints of Christalle #3A145D
RGB
CMYK
RGB Variations
Color information
#3A145D (or 0x3A145D) is known color: Christalle. HEX triplet: 3A, 14 and 5D. RGB value is (58,20,93). Sum of RGB (Red+Green+Blue) = 58+20+93=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A145D is #C5EBA2. Grayscale: #272727. Windows color (decimal): -12970915 or 6100026. OLE color: 6100026.
HSL color Cylindrical-coordinate representation of color #3A145D: hue angle of 271.23º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A145D is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 20 | 93 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.64 |
| HSL | 271.23º | 0.65% | 0.22% | - |
| HSV(B) | 271.23º | 0.78% | 0.36% | - |
| XYZ | 3.97 | 2.19 | 10.57 | - |
| YUV | 39.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 93 | 0.38 | 0.78 | 0 | 0.64 | 271.23 | 0.65 | 0.22 |
| Hex | 3A | 14 | 5D | 26 | 4E | 0 | 40 | 10F | 41 | 16 |
| Octal | 72 | 24 | 135 | 46 | 116 | 0 | 100 | 417 | 101 | 26 |
| Binary | 111010 | 10100 | 1011101 | 100110 | 1001110 | 0 | 1000000 | 100001111 | 1000001 | 10110 |
Color Harmonies of #3A145D
Complementary color
Monochromatic Colors of #3A145D
Black with #3A145D
Text Example
Text Example
White with #3A145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A145D; }
p { color: rgb(58,20,93); }
H1.HeaderClassName
{
color: #3A145D;
}
.AnyTagClassName
{
color: #3A145D;
}
</style>
background-color css
<style>
a { background-color: #3A145D; }
a { background-color: rgb(58,20,93); }
div.DivClassName
{
background-color: #3A145D;
}
.BgClassName
{
background-color: #3A145D;
}
</style>
border-color css
<style>
span { border-color: #3A145D; }
span { border-color: rgb(58,20,93); }
td.TdClassName
{
border-color: #3A145D;
}
.TagClassName
{
border-color: #3A145D;
}
</style>