Shades of Christalle #3A176B
Tints of Christalle #3A176B
RGB
CMYK
RGB Variations
Color information
#3A176B (or 0x3A176B) is known color: Christalle. HEX triplet: 3A, 17 and 6B. RGB value is (58,23,107). Sum of RGB (Red+Green+Blue) = 58+23+107=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A176B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A176B is #C5E894. Grayscale: #2A2A2A. Windows color (decimal): -12970133 or 7018298. OLE color: 7018298.
HSL color Cylindrical-coordinate representation of color #3A176B: hue angle of 265º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A176B is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 23 | 107 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.58 |
| HSL | 265º | 0.65% | 0.25% | - |
| HSV(B) | 265º | 0.79% | 0.42% | - |
| XYZ | 4.71 | 2.57 | 14.16 | - |
| YUV | 43.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 107 | 0.46 | 0.79 | 0 | 0.58 | 265 | 0.65 | 0.25 |
| Hex | 3A | 17 | 6B | 2E | 4F | 0 | 3A | 109 | 41 | 19 |
| Octal | 72 | 27 | 153 | 56 | 117 | 0 | 72 | 411 | 101 | 31 |
| Binary | 111010 | 10111 | 1101011 | 101110 | 1001111 | 0 | 111010 | 100001001 | 1000001 | 11001 |
Color Harmonies of #3A176B
Complementary color
Monochromatic Colors of #3A176B
Black with #3A176B
Text Example
Text Example
White with #3A176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A176B; }
p { color: rgb(58,23,107); }
H1.HeaderClassName
{
color: #3A176B;
}
.AnyTagClassName
{
color: #3A176B;
}
</style>
background-color css
<style>
a { background-color: #3A176B; }
a { background-color: rgb(58,23,107); }
div.DivClassName
{
background-color: #3A176B;
}
.BgClassName
{
background-color: #3A176B;
}
</style>
border-color css
<style>
span { border-color: #3A176B; }
span { border-color: rgb(58,23,107); }
td.TdClassName
{
border-color: #3A176B;
}
.TagClassName
{
border-color: #3A176B;
}
</style>