#340961

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

Shades of Christalle #340961

Tints of Christalle #340961

Color information

#340961 (or 0x340961) is unknown color: approx Christalle. HEX triplet: 34, 09 and 61. RGB value is (52,9,97). Sum of RGB (Red+Green+Blue) = 52+9+97=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #340961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340961 is #CBF69E. Grayscale: #1F1F1F. Windows color (decimal): -13366943 or 6359348. OLE color: 6359348.

HSL color Cylindrical-coordinate representation of color #340961: hue angle of 269.32º 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 #340961 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52997-
CMYK0.460.9100.62
HSL269.32º83.02%20.78%-
HSV(B)269.32º90.72%38.04%-
XYZ3.671.7911.46-
YUV31.89164.75142.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=32.91%
G=5.70%
B=61.39%

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
Decimal529970.460.9100.62269.3283.0220.78
Hex349612E5B03E10d5315
Octal64111415613307641512325
Binary1101001001110000110111010110110111110100001101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340961; }

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

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

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

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

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

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

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

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