Shades of Christalle #34015D
Tints of Christalle #34015D
RGB
CMYK
RGB Variations
Color information
#34015D (or 0x34015D) is known color: Christalle. HEX triplet: 34, 01 and 5D. RGB value is (52,1,93). Sum of RGB (Red+Green+Blue) = 52+1+93=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #34015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34015D is #CBFEA2. Grayscale: #1A1A1A. Windows color (decimal): -13368995 or 6095156. OLE color: 6095156.
HSL color Cylindrical-coordinate representation of color #34015D: hue angle of 273.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34015D is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 1 | 93 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.64 |
| HSL | 273.26º | 0.98% | 0.18% | - |
| HSV(B) | 273.26º | 0.99% | 0.36% | - |
| XYZ | 3.4 | 1.54 | 10.47 | - |
| YUV | 26.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 93 | 0.44 | 0.99 | 0 | 0.64 | 273.26 | 0.98 | 0.18 |
| Hex | 34 | 1 | 5D | 2C | 63 | 0 | 40 | 111 | 62 | 12 |
| Octal | 64 | 1 | 135 | 54 | 143 | 0 | 100 | 421 | 142 | 22 |
| Binary | 110100 | 1 | 1011101 | 101100 | 1100011 | 0 | 1000000 | 100010001 | 1100010 | 10010 |
Color Harmonies of #34015D
Complementary color
Monochromatic Colors of #34015D
Black with #34015D
Text Example
Text Example
White with #34015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34015D; }
p { color: rgb(52,1,93); }
H1.HeaderClassName
{
color: #34015D;
}
.AnyTagClassName
{
color: #34015D;
}
</style>
background-color css
<style>
a { background-color: #34015D; }
a { background-color: rgb(52,1,93); }
div.DivClassName
{
background-color: #34015D;
}
.BgClassName
{
background-color: #34015D;
}
</style>
border-color css
<style>
span { border-color: #34015D; }
span { border-color: rgb(52,1,93); }
td.TdClassName
{
border-color: #34015D;
}
.TagClassName
{
border-color: #34015D;
}
</style>