Shades of Christalle #3A156A
Tints of Christalle #3A156A
RGB
CMYK
RGB Variations
Color information
#3A156A (or 0x3A156A) is known color: Christalle. HEX triplet: 3A, 15 and 6A. RGB value is (58,21,106). Sum of RGB (Red+Green+Blue) = 58+21+106=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A156A is #C5EA95. Grayscale: #292929. Windows color (decimal): -12970646 or 6952250. OLE color: 6952250.
HSL color Cylindrical-coordinate representation of color #3A156A: hue angle of 266.12º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A156A is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 21 | 106 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.58 |
| HSL | 266.12º | 0.67% | 0.25% | - |
| HSV(B) | 266.12º | 0.8% | 0.42% | - |
| XYZ | 4.61 | 2.48 | 13.87 | - |
| YUV | 41.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 106 | 0.45 | 0.80 | 0 | 0.58 | 266.12 | 0.67 | 0.25 |
| Hex | 3A | 15 | 6A | 2D | 50 | 0 | 3A | 10A | 43 | 19 |
| Octal | 72 | 25 | 152 | 55 | 120 | 0 | 72 | 412 | 103 | 31 |
| Binary | 111010 | 10101 | 1101010 | 101101 | 1010000 | 0 | 111010 | 100001010 | 1000011 | 11001 |
Color Harmonies of #3A156A
Complementary color
Monochromatic Colors of #3A156A
Black with #3A156A
Text Example
Text Example
White with #3A156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A156A; }
p { color: rgb(58,21,106); }
H1.HeaderClassName
{
color: #3A156A;
}
.AnyTagClassName
{
color: #3A156A;
}
</style>
background-color css
<style>
a { background-color: #3A156A; }
a { background-color: rgb(58,21,106); }
div.DivClassName
{
background-color: #3A156A;
}
.BgClassName
{
background-color: #3A156A;
}
</style>
border-color css
<style>
span { border-color: #3A156A; }
span { border-color: rgb(58,21,106); }
td.TdClassName
{
border-color: #3A156A;
}
.TagClassName
{
border-color: #3A156A;
}
</style>