Shades of Christalle #34185A
Tints of Christalle #34185A
RGB
CMYK
RGB Variations
Color information
#34185A (or 0x34185A) is known color: Christalle. HEX triplet: 34, 18 and 5A. RGB value is (52,24,90). Sum of RGB (Red+Green+Blue) = 52+24+90=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #34185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34185A is #CBE7A5. Grayscale: #272727. Windows color (decimal): -13363110 or 5904436. OLE color: 5904436.
HSL color Cylindrical-coordinate representation of color #34185A: hue angle of 265.45º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34185A is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 24 | 90 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.65 |
| HSL | 265.45º | 0.58% | 0.22% | - |
| HSV(B) | 265.45º | 0.73% | 0.35% | - |
| XYZ | 3.59 | 2.12 | 9.89 | - |
| YUV | 39.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 90 | 0.42 | 0.73 | 0 | 0.65 | 265.45 | 0.58 | 0.22 |
| Hex | 34 | 18 | 5A | 2A | 49 | 0 | 41 | 109 | 3A | 16 |
| Octal | 64 | 30 | 132 | 52 | 111 | 0 | 101 | 411 | 72 | 26 |
| Binary | 110100 | 11000 | 1011010 | 101010 | 1001001 | 0 | 1000001 | 100001001 | 111010 | 10110 |
Color Harmonies of #34185A
Complementary color
Monochromatic Colors of #34185A
Black with #34185A
Text Example
Text Example
White with #34185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34185A; }
p { color: rgb(52,24,90); }
H1.HeaderClassName
{
color: #34185A;
}
.AnyTagClassName
{
color: #34185A;
}
</style>
background-color css
<style>
a { background-color: #34185A; }
a { background-color: rgb(52,24,90); }
div.DivClassName
{
background-color: #34185A;
}
.BgClassName
{
background-color: #34185A;
}
</style>
border-color css
<style>
span { border-color: #34185A; }
span { border-color: rgb(52,24,90); }
td.TdClassName
{
border-color: #34185A;
}
.TagClassName
{
border-color: #34185A;
}
</style>