#340560

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

Shades of Christalle #340560

Tints of Christalle #340560

Color information

#340560 (or 0x340560) is unknown color: approx Christalle. HEX triplet: 34, 05 and 60. RGB value is (52,5,96). Sum of RGB (Red+Green+Blue) = 52+5+96=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #340560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340560 is #CBFA9F. Grayscale: #1D1D1D. Windows color (decimal): -13367968 or 6292788. OLE color: 6292788.

HSL color Cylindrical-coordinate representation of color #340560: hue angle of 270.99º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340560 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52596-
CMYK0.460.9500.62
HSL270.99º90.1%19.8%-
HSV(B)270.99º94.79%37.65%-
XYZ3.581.6811.2-
YUV29.43165.57144.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 96 (37.89% from 255) = 62.75%
R=33.99%
G=3.27%
B=62.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal525960.460.9500.62270.9990.119.8
Hex345602E5F03E10f5a14
Octal6451405613707641713224
Binary110100101110000010111010111110111110100001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340560; }

 p { color: rgb(52,5,96); }

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

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

 a { background-color: rgb(52,5,96); }

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

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

 span { border-color: rgb(52,5,96); }

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