#34216D

Color #34216D Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #34216D

Tints of Christalle #34216D

Color information

#34216D (or 0x34216D) is unknown color: approx Christalle. HEX triplet: 34, 21 and 6D. RGB value is (52,33,109). Sum of RGB (Red+Green+Blue) = 52+33+109=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #34216D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34216D is #CBDE92. Grayscale: #2F2F2F. Windows color (decimal): -13360787 or 7151924. OLE color: 7151924.

HSL color Cylindrical-coordinate representation of color #34216D: hue angle of 255º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34216D is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5233109-
CMYK0.520.7000.57
HSL255º53.52%27.84%-
HSV(B)255º69.72%42.75%-
XYZ4.722.9214.78-
YUV47.34162.79131.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=26.80%
G=17.01%
B=56.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52331090.520.7000.5725553.5227.84
Hex34216D3446039ff361c
Octal6441155641060713776634
Binary1101001000011101101110100100011001110011111111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34216D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34216D; }

 p { color: rgb(52,33,109); }

 H1.HeaderClassName
 {
   color: #34216D;
 }
 .AnyTagClassName
 {
   color: #34216D;
 }
</style>
background-color css

<style>
 a { background-color: #34216D; }

 a { background-color: rgb(52,33,109); }

 div.DivClassName
 {
   background-color: #34216D;
 }
 .BgClassName
 {
   background-color: #34216D;
 }
</style>
border-color css

<style>
 span { border-color: #34216D; }

 span { border-color: rgb(52,33,109); }

 td.TdClassName
 {
   border-color: #34216D;
 }
 .TagClassName
 {
   border-color: #34216D;
 }
</style>