#340661

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

Shades of Christalle #340661

Tints of Christalle #340661

Color information

#340661 (or 0x340661) is unknown color: approx Christalle. HEX triplet: 34, 06 and 61. RGB value is (52,6,97). Sum of RGB (Red+Green+Blue) = 52+6+97=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #340661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340661 is #CBF99E. Grayscale: #1D1D1D. Windows color (decimal): -13367711 or 6358580. OLE color: 6358580.

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

Color convert

RGB52697-
CMYK0.460.9400.62
HSL270.33º88.35%20.2%-
HSV(B)270.33º93.81%38.04%-
XYZ3.641.7211.45-
YUV30.13165.74143.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 6 (2.73% from 255) = 3.87%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=33.55%
G=3.87%
B=62.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal526970.460.9400.62270.3388.3520.2
Hex346612E5E03E10e5814
Octal6461415613607641613024
Binary110100110110000110111010111100111110100001110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340661; }

 p { color: rgb(52,6,97); }

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

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

 a { background-color: rgb(52,6,97); }

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

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

 span { border-color: rgb(52,6,97); }

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