Shades of Christalle #3A176C
Tints of Christalle #3A176C
RGB
CMYK
RGB Variations
Color information
#3A176C (or 0x3A176C) is known color: Christalle. HEX triplet: 3A, 17 and 6C. RGB value is (58,23,108). Sum of RGB (Red+Green+Blue) = 58+23+108=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A176C is #C5E893. Grayscale: #2A2A2A. Windows color (decimal): -12970132 or 7083834. OLE color: 7083834.
HSL color Cylindrical-coordinate representation of color #3A176C: hue angle of 264.71º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A176C is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 23 | 108 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.58 |
| HSL | 264.71º | 0.65% | 0.26% | - |
| HSV(B) | 264.71º | 0.79% | 0.42% | - |
| XYZ | 4.76 | 2.6 | 14.44 | - |
| YUV | 43.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 108 | 0.46 | 0.79 | 0 | 0.58 | 264.71 | 0.65 | 0.26 |
| Hex | 3A | 17 | 6C | 2E | 4F | 0 | 3A | 109 | 41 | 1A |
| Octal | 72 | 27 | 154 | 56 | 117 | 0 | 72 | 411 | 101 | 32 |
| Binary | 111010 | 10111 | 1101100 | 101110 | 1001111 | 0 | 111010 | 100001001 | 1000001 | 11010 |
Color Harmonies of #3A176C
Complementary color
Monochromatic Colors of #3A176C
Black with #3A176C
Text Example
Text Example
White with #3A176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A176C; }
p { color: rgb(58,23,108); }
H1.HeaderClassName
{
color: #3A176C;
}
.AnyTagClassName
{
color: #3A176C;
}
</style>
background-color css
<style>
a { background-color: #3A176C; }
a { background-color: rgb(58,23,108); }
div.DivClassName
{
background-color: #3A176C;
}
.BgClassName
{
background-color: #3A176C;
}
</style>
border-color css
<style>
span { border-color: #3A176C; }
span { border-color: rgb(58,23,108); }
td.TdClassName
{
border-color: #3A176C;
}
.TagClassName
{
border-color: #3A176C;
}
</style>