#341759

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

Shades of Christalle #341759

Tints of Christalle #341759

Color information

#341759 (or 0x341759) is unknown color: approx Christalle. HEX triplet: 34, 17 and 59. RGB value is (52,23,89). Sum of RGB (Red+Green+Blue) = 52+23+89=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #341759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341759 is #CBE8A6. Grayscale: #262626. Windows color (decimal): -13363367 or 5838644. OLE color: 5838644.

HSL color Cylindrical-coordinate representation of color #341759: hue angle of 266.36º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341759 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB522389-
CMYK0.420.7400.65
HSL266.36º58.93%21.96%-
HSV(B)266.36º74.16%34.9%-
XYZ3.532.069.66-
YUV39.2156.11137.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=31.71%
G=14.02%
B=54.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5223890.420.7400.65266.3658.9321.96
Hex3417592A4A04110a3b16
Octal64271315211201014127326
Binary11010010111101100110101010010100100000110000101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341759; }

 p { color: rgb(52,23,89); }

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

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

 a { background-color: rgb(52,23,89); }

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

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

 span { border-color: rgb(52,23,89); }

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