Shades of Christalle #3A175A
Tints of Christalle #3A175A
RGB
CMYK
RGB Variations
Color information
#3A175A (or 0x3A175A) is known color: Christalle. HEX triplet: 3A, 17 and 5A. RGB value is (58,23,90). Sum of RGB (Red+Green+Blue) = 58+23+90=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A175A is #C5E8A5. Grayscale: #282828. Windows color (decimal): -12970150 or 5904186. OLE color: 5904186.
HSL color Cylindrical-coordinate representation of color #3A175A: hue angle of 271.34º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A175A is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 23 | 90 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.65 |
| HSL | 271.34º | 0.59% | 0.22% | - |
| HSV(B) | 271.34º | 0.74% | 0.35% | - |
| XYZ | 3.9 | 2.25 | 9.9 | - |
| YUV | 41.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 90 | 0.36 | 0.74 | 0 | 0.65 | 271.34 | 0.59 | 0.22 |
| Hex | 3A | 17 | 5A | 24 | 4A | 0 | 41 | 10F | 3B | 16 |
| Octal | 72 | 27 | 132 | 44 | 112 | 0 | 101 | 417 | 73 | 26 |
| Binary | 111010 | 10111 | 1011010 | 100100 | 1001010 | 0 | 1000001 | 100001111 | 111011 | 10110 |
Color Harmonies of #3A175A
Complementary color
Monochromatic Colors of #3A175A
Black with #3A175A
Text Example
Text Example
White with #3A175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A175A; }
p { color: rgb(58,23,90); }
H1.HeaderClassName
{
color: #3A175A;
}
.AnyTagClassName
{
color: #3A175A;
}
</style>
background-color css
<style>
a { background-color: #3A175A; }
a { background-color: rgb(58,23,90); }
div.DivClassName
{
background-color: #3A175A;
}
.BgClassName
{
background-color: #3A175A;
}
</style>
border-color css
<style>
span { border-color: #3A175A; }
span { border-color: rgb(58,23,90); }
td.TdClassName
{
border-color: #3A175A;
}
.TagClassName
{
border-color: #3A175A;
}
</style>