#34115C

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

Shades of Christalle #34115C

Tints of Christalle #34115C

Color information

#34115C (or 0x34115C) is unknown color: approx Christalle. HEX triplet: 34, 11 and 5C. RGB value is (52,17,92). Sum of RGB (Red+Green+Blue) = 52+17+92=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #34115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34115C is #CBEEA3. Grayscale: #232323. Windows color (decimal): -13364900 or 6033716. OLE color: 6033716.

HSL color Cylindrical-coordinate representation of color #34115C: hue angle of 268º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34115C is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB521792-
CMYK0.430.8200.64
HSL268º68.81%21.37%-
HSV(B)268º81.52%36.08%-
XYZ3.551.910.31-
YUV36.02159.6139.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=32.30%
G=10.56%
B=57.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5217920.430.8200.6426868.8121.37
Hex34115C2B5204010c4515
Octal642113453122010041410525
Binary110100100011011100101011101001001000000100001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34115C; }

 p { color: rgb(52,17,92); }

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

<style>
 a { background-color: #34115C; }

 a { background-color: rgb(52,17,92); }

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

<style>
 span { border-color: #34115C; }

 span { border-color: rgb(52,17,92); }

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