Shades of Christalle #3A1A5D
Tints of Christalle #3A1A5D
RGB
CMYK
RGB Variations
Color information
#3A1A5D (or 0x3A1A5D) is known color: Christalle. HEX triplet: 3A, 1A and 5D. RGB value is (58,26,93). Sum of RGB (Red+Green+Blue) = 58+26+93=177 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.77% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A1A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A5D is #C5E5A2. Grayscale: #2A2A2A. Windows color (decimal): -12969379 or 6101562. OLE color: 6101562.
HSL color Cylindrical-coordinate representation of color #3A1A5D: hue angle of 268.66º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A1A5D is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 26 | 93 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.64 |
| HSL | 268.66º | 0.56% | 0.23% | - |
| HSV(B) | 268.66º | 0.72% | 0.36% | - |
| XYZ | 4.09 | 2.43 | 10.61 | - |
| YUV | 43.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 93 | 0.38 | 0.72 | 0 | 0.64 | 268.66 | 0.56 | 0.23 |
| Hex | 3A | 1A | 5D | 26 | 48 | 0 | 40 | 10D | 38 | 17 |
| Octal | 72 | 32 | 135 | 46 | 110 | 0 | 100 | 415 | 70 | 27 |
| Binary | 111010 | 11010 | 1011101 | 100110 | 1001000 | 0 | 1000000 | 100001101 | 111000 | 10111 |
Color Harmonies of #3A1A5D
Complementary color
Monochromatic Colors of #3A1A5D
Black with #3A1A5D
Text Example
Text Example
White with #3A1A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A5D; }
p { color: rgb(58,26,93); }
H1.HeaderClassName
{
color: #3A1A5D;
}
.AnyTagClassName
{
color: #3A1A5D;
}
</style>
background-color css
<style>
a { background-color: #3A1A5D; }
a { background-color: rgb(58,26,93); }
div.DivClassName
{
background-color: #3A1A5D;
}
.BgClassName
{
background-color: #3A1A5D;
}
</style>
border-color css
<style>
span { border-color: #3A1A5D; }
span { border-color: rgb(58,26,93); }
td.TdClassName
{
border-color: #3A1A5D;
}
.TagClassName
{
border-color: #3A1A5D;
}
</style>