Shades of Christalle #3A1E5B
Tints of Christalle #3A1E5B
RGB
CMYK
RGB Variations
Color information
#3A1E5B (or 0x3A1E5B) is known color: Christalle. HEX triplet: 3A, 1E and 5B. RGB value is (58,30,91). Sum of RGB (Red+Green+Blue) = 58+30+91=179 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.40% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A1E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1E5B is #C5E1A4. Grayscale: #2D2D2D. Windows color (decimal): -12968357 or 5971514. OLE color: 5971514.
HSL color Cylindrical-coordinate representation of color #3A1E5B: hue angle of 267.54º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1E5B is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 30 | 91 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.64 |
| HSL | 267.54º | 0.5% | 0.24% | - |
| HSV(B) | 267.54º | 0.67% | 0.36% | - |
| XYZ | 4.1 | 2.58 | 10.18 | - |
| YUV | 45.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 91 | 0.36 | 0.67 | 0 | 0.64 | 267.54 | 0.5 | 0.24 |
| Hex | 3A | 1E | 5B | 24 | 43 | 0 | 40 | 10C | 32 | 18 |
| Octal | 72 | 36 | 133 | 44 | 103 | 0 | 100 | 414 | 62 | 30 |
| Binary | 111010 | 11110 | 1011011 | 100100 | 1000011 | 0 | 1000000 | 100001100 | 110010 | 11000 |
Color Harmonies of #3A1E5B
Complementary color
Monochromatic Colors of #3A1E5B
Black with #3A1E5B
Text Example
Text Example
White with #3A1E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E5B; }
p { color: rgb(58,30,91); }
H1.HeaderClassName
{
color: #3A1E5B;
}
.AnyTagClassName
{
color: #3A1E5B;
}
</style>
background-color css
<style>
a { background-color: #3A1E5B; }
a { background-color: rgb(58,30,91); }
div.DivClassName
{
background-color: #3A1E5B;
}
.BgClassName
{
background-color: #3A1E5B;
}
</style>
border-color css
<style>
span { border-color: #3A1E5B; }
span { border-color: rgb(58,30,91); }
td.TdClassName
{
border-color: #3A1E5B;
}
.TagClassName
{
border-color: #3A1E5B;
}
</style>