#341659

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

Shades of Christalle #341659

Tints of Christalle #341659

Color information

#341659 (or 0x341659) is unknown color: approx Christalle. HEX triplet: 34, 16 and 59. RGB value is (52,22,89). Sum of RGB (Red+Green+Blue) = 52+22+89=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #341659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341659 is #CBE9A6. Grayscale: #262626. Windows color (decimal): -13363623 or 5838388. OLE color: 5838388.

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

Color convert

RGB522289-
CMYK0.420.7500.65
HSL266.87º60.36%21.76%-
HSV(B)266.87º75.28%34.9%-
XYZ3.512.039.66-
YUV38.61156.44137.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 89 (35.16% from 255) = 54.60%
R=31.90%
G=13.50%
B=54.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5222890.420.7500.65266.8760.3621.76
Hex3416592A4B04110b3c16
Octal64261315211301014137426
Binary11010010110101100110101010010110100000110000101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341659; }

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

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

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

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

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

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

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

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