Shades of Christalle #34125C
Tints of Christalle #34125C
RGB
CMYK
RGB Variations
Color information
#34125C (or 0x34125C) is known color: Christalle. HEX triplet: 34, 12 and 5C. RGB value is (52,18,92). Sum of RGB (Red+Green+Blue) = 52+18+92=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #34125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34125C is #CBEDA3. Grayscale: #242424. Windows color (decimal): -13364644 or 6033972. OLE color: 6033972.
HSL color Cylindrical-coordinate representation of color #34125C: hue angle of 267.57º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34125C is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 18 | 92 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.64 |
| HSL | 267.57º | 0.67% | 0.22% | - |
| HSV(B) | 267.57º | 0.8% | 0.36% | - |
| XYZ | 3.56 | 1.94 | 10.31 | - |
| YUV | 36.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 92 | 0.43 | 0.80 | 0 | 0.64 | 267.57 | 0.67 | 0.22 |
| Hex | 34 | 12 | 5C | 2B | 50 | 0 | 40 | 10C | 43 | 16 |
| Octal | 64 | 22 | 134 | 53 | 120 | 0 | 100 | 414 | 103 | 26 |
| Binary | 110100 | 10010 | 1011100 | 101011 | 1010000 | 0 | 1000000 | 100001100 | 1000011 | 10110 |
Color Harmonies of #34125C
Complementary color
Monochromatic Colors of #34125C
Black with #34125C
Text Example
Text Example
White with #34125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34125C; }
p { color: rgb(52,18,92); }
H1.HeaderClassName
{
color: #34125C;
}
.AnyTagClassName
{
color: #34125C;
}
</style>
background-color css
<style>
a { background-color: #34125C; }
a { background-color: rgb(52,18,92); }
div.DivClassName
{
background-color: #34125C;
}
.BgClassName
{
background-color: #34125C;
}
</style>
border-color css
<style>
span { border-color: #34125C; }
span { border-color: rgb(52,18,92); }
td.TdClassName
{
border-color: #34125C;
}
.TagClassName
{
border-color: #34125C;
}
</style>