Shades of Christalle #3A1D5B
Tints of Christalle #3A1D5B
RGB
CMYK
RGB Variations
Color information
#3A1D5B (or 0x3A1D5B) is known color: Christalle. HEX triplet: 3A, 1D and 5B. RGB value is (58,29,91). Sum of RGB (Red+Green+Blue) = 58+29+91=178 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.58% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A1D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D5B is #C5E2A4. Grayscale: #2C2C2C. Windows color (decimal): -12968613 or 5971258. OLE color: 5971258.
HSL color Cylindrical-coordinate representation of color #3A1D5B: hue angle of 268.06º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A1D5B is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 29 | 91 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.64 |
| HSL | 268.06º | 0.52% | 0.24% | - |
| HSV(B) | 268.06º | 0.68% | 0.36% | - |
| XYZ | 4.07 | 2.53 | 10.17 | - |
| YUV | 44.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 91 | 0.36 | 0.68 | 0 | 0.64 | 268.06 | 0.52 | 0.24 |
| Hex | 3A | 1D | 5B | 24 | 44 | 0 | 40 | 10C | 34 | 18 |
| Octal | 72 | 35 | 133 | 44 | 104 | 0 | 100 | 414 | 64 | 30 |
| Binary | 111010 | 11101 | 1011011 | 100100 | 1000100 | 0 | 1000000 | 100001100 | 110100 | 11000 |
Color Harmonies of #3A1D5B
Complementary color
Monochromatic Colors of #3A1D5B
Black with #3A1D5B
Text Example
Text Example
White with #3A1D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D5B; }
p { color: rgb(58,29,91); }
H1.HeaderClassName
{
color: #3A1D5B;
}
.AnyTagClassName
{
color: #3A1D5B;
}
</style>
background-color css
<style>
a { background-color: #3A1D5B; }
a { background-color: rgb(58,29,91); }
div.DivClassName
{
background-color: #3A1D5B;
}
.BgClassName
{
background-color: #3A1D5B;
}
</style>
border-color css
<style>
span { border-color: #3A1D5B; }
span { border-color: rgb(58,29,91); }
td.TdClassName
{
border-color: #3A1D5B;
}
.TagClassName
{
border-color: #3A1D5B;
}
</style>