Shades of Christalle #34015C
Tints of Christalle #34015C
RGB
CMYK
RGB Variations
Color information
#34015C (or 0x34015C) is known color: Christalle. HEX triplet: 34, 01 and 5C. RGB value is (52,1,92). Sum of RGB (Red+Green+Blue) = 52+1+92=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #34015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34015C is #CBFEA3. Grayscale: #1A1A1A. Windows color (decimal): -13368996 or 6029620. OLE color: 6029620.
HSL color Cylindrical-coordinate representation of color #34015C: hue angle of 273.63º 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 #34015C is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 1 | 92 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.64 |
| HSL | 273.63º | 0.98% | 0.18% | - |
| HSV(B) | 273.63º | 0.99% | 0.36% | - |
| XYZ | 3.36 | 1.52 | 10.24 | - |
| YUV | 26.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 92 | 0.43 | 0.99 | 0 | 0.64 | 273.63 | 0.98 | 0.18 |
| Hex | 34 | 1 | 5C | 2B | 63 | 0 | 40 | 112 | 62 | 12 |
| Octal | 64 | 1 | 134 | 53 | 143 | 0 | 100 | 422 | 142 | 22 |
| Binary | 110100 | 1 | 1011100 | 101011 | 1100011 | 0 | 1000000 | 100010010 | 1100010 | 10010 |
Color Harmonies of #34015C
Complementary color
Monochromatic Colors of #34015C
Black with #34015C
Text Example
Text Example
White with #34015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34015C; }
p { color: rgb(52,1,92); }
H1.HeaderClassName
{
color: #34015C;
}
.AnyTagClassName
{
color: #34015C;
}
</style>
background-color css
<style>
a { background-color: #34015C; }
a { background-color: rgb(52,1,92); }
div.DivClassName
{
background-color: #34015C;
}
.BgClassName
{
background-color: #34015C;
}
</style>
border-color css
<style>
span { border-color: #34015C; }
span { border-color: rgb(52,1,92); }
td.TdClassName
{
border-color: #34015C;
}
.TagClassName
{
border-color: #34015C;
}
</style>