Shades of Christalle #34015E
Tints of Christalle #34015E
RGB
CMYK
RGB Variations
Color information
#34015E (or 0x34015E) is known color: Christalle. HEX triplet: 34, 01 and 5E. RGB value is (52,1,94). Sum of RGB (Red+Green+Blue) = 52+1+94=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #34015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34015E is #CBFEA1. Grayscale: #1A1A1A. Windows color (decimal): -13368994 or 6160692. OLE color: 6160692.
HSL color Cylindrical-coordinate representation of color #34015E: hue angle of 272.9º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #34015E is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 1 | 94 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.63 |
| HSL | 272.9º | 0.98% | 0.19% | - |
| HSV(B) | 272.9º | 0.99% | 0.37% | - |
| XYZ | 3.45 | 1.56 | 10.71 | - |
| YUV | 26.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 1 | 94 | 0.45 | 0.99 | 0 | 0.63 | 272.9 | 0.98 | 0.19 |
| Hex | 34 | 1 | 5E | 2D | 63 | 0 | 3F | 111 | 62 | 13 |
| Octal | 64 | 1 | 136 | 55 | 143 | 0 | 77 | 421 | 142 | 23 |
| Binary | 110100 | 1 | 1011110 | 101101 | 1100011 | 0 | 111111 | 100010001 | 1100010 | 10011 |
Color Harmonies of #34015E
Complementary color
Monochromatic Colors of #34015E
Black with #34015E
Text Example
Text Example
White with #34015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34015E; }
p { color: rgb(52,1,94); }
H1.HeaderClassName
{
color: #34015E;
}
.AnyTagClassName
{
color: #34015E;
}
</style>
background-color css
<style>
a { background-color: #34015E; }
a { background-color: rgb(52,1,94); }
div.DivClassName
{
background-color: #34015E;
}
.BgClassName
{
background-color: #34015E;
}
</style>
border-color css
<style>
span { border-color: #34015E; }
span { border-color: rgb(52,1,94); }
td.TdClassName
{
border-color: #34015E;
}
.TagClassName
{
border-color: #34015E;
}
</style>