#340960

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

Shades of Christalle #340960

Tints of Christalle #340960

Color information

#340960 (or 0x340960) is unknown color: approx Christalle. HEX triplet: 34, 09 and 60. RGB value is (52,9,96). Sum of RGB (Red+Green+Blue) = 52+9+96=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #340960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340960 is #CBF69F. Grayscale: #1F1F1F. Windows color (decimal): -13366944 or 6293812. OLE color: 6293812.

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

Color convert

RGB52996-
CMYK0.460.9100.62
HSL269.66º82.86%20.59%-
HSV(B)269.66º90.62%37.65%-
XYZ3.631.7711.22-
YUV31.78164.25142.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=33.12%
G=5.73%
B=61.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal529960.460.9100.62269.6682.8620.59
Hex349602E5B03E10e5315
Octal64111405613307641612325
Binary1101001001110000010111010110110111110100001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340960; }

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

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

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

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

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

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

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

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