Shades of Christalle #3A1458
Tints of Christalle #3A1458
RGB
CMYK
RGB Variations
Color information
#3A1458 (or 0x3A1458) is known color: Christalle. HEX triplet: 3A, 14 and 58. RGB value is (58,20,88). Sum of RGB (Red+Green+Blue) = 58+20+88=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A1458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1458 is #C5EBA7. Grayscale: #262626. Windows color (decimal): -12970920 or 5772346. OLE color: 5772346.
HSL color Cylindrical-coordinate representation of color #3A1458: hue angle of 273.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1458 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 20 | 88 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.65 |
| HSL | 273.53º | 0.63% | 0.21% | - |
| HSV(B) | 273.53º | 0.77% | 0.35% | - |
| XYZ | 3.76 | 2.1 | 9.44 | - |
| YUV | 39.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 88 | 0.34 | 0.77 | 0 | 0.65 | 273.53 | 0.63 | 0.21 |
| Hex | 3A | 14 | 58 | 22 | 4D | 0 | 41 | 112 | 3F | 15 |
| Octal | 72 | 24 | 130 | 42 | 115 | 0 | 101 | 422 | 77 | 25 |
| Binary | 111010 | 10100 | 1011000 | 100010 | 1001101 | 0 | 1000001 | 100010010 | 111111 | 10101 |
Color Harmonies of #3A1458
Complementary color
Monochromatic Colors of #3A1458
Black with #3A1458
Text Example
Text Example
White with #3A1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1458; }
p { color: rgb(58,20,88); }
H1.HeaderClassName
{
color: #3A1458;
}
.AnyTagClassName
{
color: #3A1458;
}
</style>
background-color css
<style>
a { background-color: #3A1458; }
a { background-color: rgb(58,20,88); }
div.DivClassName
{
background-color: #3A1458;
}
.BgClassName
{
background-color: #3A1458;
}
</style>
border-color css
<style>
span { border-color: #3A1458; }
span { border-color: rgb(58,20,88); }
td.TdClassName
{
border-color: #3A1458;
}
.TagClassName
{
border-color: #3A1458;
}
</style>