#340958

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

Shades of Christalle #340958

Tints of Christalle #340958

Color information

#340958 (or 0x340958) is unknown color: approx Christalle. HEX triplet: 34, 09 and 58. RGB value is (52,9,88). Sum of RGB (Red+Green+Blue) = 52+9+88=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #340958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340958 is #CBF6A7. Grayscale: #1E1E1E. Windows color (decimal): -13366952 or 5769524. OLE color: 5769524.

HSL color Cylindrical-coordinate representation of color #340958: hue angle of 272.66º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340958 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB52988-
CMYK0.410.9000.65
HSL272.66º81.44%19.02%-
HSV(B)272.66º89.77%34.51%-
XYZ3.281.639.37-
YUV30.86160.25143.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.90%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 88 (34.77% from 255) = 59.06%
R=34.90%
G=6.04%
B=59.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal529880.410.9000.65272.6681.4419.02
Hex34958295A0411115113
Octal641113051132010142112123
Binary11010010011011000101001101101001000001100010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340958; }

 p { color: rgb(52,9,88); }

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

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

 a { background-color: rgb(52,9,88); }

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

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

 span { border-color: rgb(52,9,88); }

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