#34216c

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

Shades of Christalle #34216C

Tints of Christalle #34216C

Color information

#34216C (or 0x34216C) is unknown color: approx Christalle. HEX triplet: 34, 21 and 6C. RGB value is (52,33,108). Sum of RGB (Red+Green+Blue) = 52+33+108=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #34216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34216C is #CBDE93. Grayscale: #2E2E2E. Windows color (decimal): -13360788 or 7086388. OLE color: 7086388.

HSL color Cylindrical-coordinate representation of color #34216C: hue angle of 255.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34216C is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5233108-
CMYK0.520.6900.58
HSL255.2º53.19%27.65%-
HSV(B)255.2º69.44%42.35%-
XYZ4.672.914.5-
YUV47.23162.29131.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 108 (42.58% from 255) = 55.96%
R=26.94%
G=17.10%
B=55.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52331080.520.6900.58255.253.1927.65
Hex34216C344503Aff351c
Octal6441154641050723776534
Binary1101001000011101100110100100010101110101111111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34216c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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