Shades of Christalle #34145C
Tints of Christalle #34145C
RGB
CMYK
RGB Variations
Color information
#34145C (or 0x34145C) is known color: Christalle. HEX triplet: 34, 14 and 5C. RGB value is (52,20,92). Sum of RGB (Red+Green+Blue) = 52+20+92=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #34145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34145C is #CBEBA3. Grayscale: #252525. Windows color (decimal): -13364132 or 6034484. OLE color: 6034484.
HSL color Cylindrical-coordinate representation of color #34145C: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34145C is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 20 | 92 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.64 |
| HSL | 266.67º | 0.64% | 0.22% | - |
| HSV(B) | 266.67º | 0.78% | 0.36% | - |
| XYZ | 3.6 | 2 | 10.32 | - |
| YUV | 37.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 92 | 0.43 | 0.78 | 0 | 0.64 | 266.67 | 0.64 | 0.22 |
| Hex | 34 | 14 | 5C | 2B | 4E | 0 | 40 | 10B | 40 | 16 |
| Octal | 64 | 24 | 134 | 53 | 116 | 0 | 100 | 413 | 100 | 26 |
| Binary | 110100 | 10100 | 1011100 | 101011 | 1001110 | 0 | 1000000 | 100001011 | 1000000 | 10110 |
Color Harmonies of #34145C
Complementary color
Monochromatic Colors of #34145C
Black with #34145C
Text Example
Text Example
White with #34145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34145C; }
p { color: rgb(52,20,92); }
H1.HeaderClassName
{
color: #34145C;
}
.AnyTagClassName
{
color: #34145C;
}
</style>
background-color css
<style>
a { background-color: #34145C; }
a { background-color: rgb(52,20,92); }
div.DivClassName
{
background-color: #34145C;
}
.BgClassName
{
background-color: #34145C;
}
</style>
border-color css
<style>
span { border-color: #34145C; }
span { border-color: rgb(52,20,92); }
td.TdClassName
{
border-color: #34145C;
}
.TagClassName
{
border-color: #34145C;
}
</style>