Shades of Christalle #3A1658
Tints of Christalle #3A1658
RGB
CMYK
RGB Variations
Color information
#3A1658 (or 0x3A1658) is known color: Christalle. HEX triplet: 3A, 16 and 58. RGB value is (58,22,88). Sum of RGB (Red+Green+Blue) = 58+22+88=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #3A1658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1658 is #C5E9A7. Grayscale: #282828. Windows color (decimal): -12970408 or 5772858. OLE color: 5772858.
HSL color Cylindrical-coordinate representation of color #3A1658: hue angle of 272.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1658 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 22 | 88 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.65 |
| HSL | 272.73º | 0.6% | 0.22% | - |
| HSV(B) | 272.73º | 0.75% | 0.35% | - |
| XYZ | 3.79 | 2.18 | 9.45 | - |
| YUV | 40.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 88 | 0.34 | 0.75 | 0 | 0.65 | 272.73 | 0.6 | 0.22 |
| Hex | 3A | 16 | 58 | 22 | 4B | 0 | 41 | 111 | 3C | 16 |
| Octal | 72 | 26 | 130 | 42 | 113 | 0 | 101 | 421 | 74 | 26 |
| Binary | 111010 | 10110 | 1011000 | 100010 | 1001011 | 0 | 1000001 | 100010001 | 111100 | 10110 |
Color Harmonies of #3A1658
Complementary color
Monochromatic Colors of #3A1658
Black with #3A1658
Text Example
Text Example
White with #3A1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1658; }
p { color: rgb(58,22,88); }
H1.HeaderClassName
{
color: #3A1658;
}
.AnyTagClassName
{
color: #3A1658;
}
</style>
background-color css
<style>
a { background-color: #3A1658; }
a { background-color: rgb(58,22,88); }
div.DivClassName
{
background-color: #3A1658;
}
.BgClassName
{
background-color: #3A1658;
}
</style>
border-color css
<style>
span { border-color: #3A1658; }
span { border-color: rgb(58,22,88); }
td.TdClassName
{
border-color: #3A1658;
}
.TagClassName
{
border-color: #3A1658;
}
</style>